mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
web:install before everything else
This commit is contained in:
parent
1986546fcb
commit
86ca1fe54a
2 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ cache:
|
|||
- node_modules
|
||||
- website/node_modules
|
||||
script:
|
||||
- npm run web:install
|
||||
- npm run build
|
||||
- npm run test
|
||||
- npm run test:acceptance:handleservers
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"test:acceptance": "node test/acceptance/index.js",
|
||||
"test:unit": "node test/unit/index.js | tap-spec",
|
||||
"test": "npm run lint && npm run test:unit",
|
||||
"test:serve": "npm-run-all web:install web:build --parallel start:server web:serve",
|
||||
"test:serve": "npm-run-all web:build --parallel start:server web:serve",
|
||||
"test:next-update": "next-update",
|
||||
"travis:deletecache": "travis cache --delete",
|
||||
"watch:css": "nodemon --watch src --ext scss -x 'npm run build:css'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue