Skip to content

Commit eb820ce

Browse files
committed
npm run...
1 parent 5008865 commit eb820ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Install dependencies
2626
run: npm install
2727
- name: Build
28-
run: npm build
28+
run: npm run build
2929
- name: Run tests
30-
run: npm test
30+
run: npm run test

0 commit comments

Comments
 (0)