run npm build on github ci
This commit is contained in:
parent
d65f8a2392
commit
92b8334e8e
|
|
@ -9,7 +9,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Run test
|
- name: npm build & test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
npm run build
|
||||||
npm test
|
npm test
|
||||||
Loading…
Reference in New Issue