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
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
|
npm run build
|
||||||
npm test
|
npm test
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user