added build step
This commit is contained in:
parent
957d4464d5
commit
f94792b9ec
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm i
|
||||
npm run build
|
||||
npm test
|
||||
env:
|
||||
CI: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user