Skip to content

Commit 0c66589

Browse files
committed
update workflow
1 parent 3751ccf commit 0c66589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Build
2626
run: |
2727
npm install
28-
npm build
29-
npm test
28+
npm run build
29+
npm run test

0 commit comments

Comments
 (0)