Skip to content

Commit dca6610

Browse files
author
Felix Hennig
committed
Use 'npm run bundle' in github action
1 parent a0a217a commit dca6610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Bundle
1+
name: Build Bundle. Includes linting.
22

33
on:
44
pull_request:
@@ -21,4 +21,4 @@ jobs:
2121
${{ runner.OS }}-node-
2222
${{ runner.OS }}-
2323
- run: npm ci
24-
- run: node_modules/.bin/gulp bundle
24+
- run: npm run bundle

0 commit comments

Comments
 (0)