Update node.js.yml
This commit is contained in:
parent
d5a39aa5f4
commit
aba8d373d5
|
@ -27,6 +27,7 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
- run: npm run build --if-present
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue