mirror of
https://github.com/gosticks/dash-player.git
synced 2026-08-17 07:10:23 +00:00
Add npm install before npm run build
This commit is contained in:
@@ -22,12 +22,14 @@ jobs:
|
||||
command: npm run lint
|
||||
- run:
|
||||
name: Build package
|
||||
command: npm run build
|
||||
command: |
|
||||
npm install
|
||||
npm run build
|
||||
- run:
|
||||
name: Run tests
|
||||
command: npm run test -- --headless
|
||||
|
||||
workflows:
|
||||
sample:
|
||||
run-tests:
|
||||
jobs:
|
||||
- test-and-lint
|
||||
|
||||
Reference in New Issue
Block a user