Update build.yml
This commit is contained in:
parent
a7431debbd
commit
e427572e72
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -36,7 +36,10 @@ jobs:
|
||||
node-version: ${{ matrix.node_version }}
|
||||
architecture: ${{ matrix.architecture }}
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
- run: npm run postinstall
|
||||
- run: npm run prebuild
|
||||
- run: npm run buildweb
|
||||
- run: npm run test
|
||||
- run: npm run build
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user