Skip to content

Commit

Permalink
Using npm run build instead of npx gulp build (Gulp doesn't know abou…
Browse files Browse the repository at this point in the history
…t the build process - for now).
  • Loading branch information
UncleSamSwiss committed Aug 17, 2020
1 parent 9d6286d commit 4c7e947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: npm ci

- name: Create a clean build
run: npx gulp build
run: npm run build

- name: Publish package to npm
run: |
Expand Down

0 comments on commit 4c7e947

Please sign in to comment.