Fix `npm test`
Original commit c4ed030bf90eaa0bcb18f40705a89713c346b664
This commit is contained in:
Родитель
9071b7dda2
Коммит
97d7abcd6f
|
@ -4,9 +4,8 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"build": "npm install --ignore-scripts && bower install && pulp build -- --source-maps --stash --censor-warnings && npm run bundle-cli",
|
||||
"test": "npm run build && pulp test && test/test.ts",
|
||||
"postinstall": "npm run build && (cd app && npm install --quiet) && (cd cli && npm install)",
|
||||
"start": "cd app && npm start",
|
||||
"test": "npm run build && pulp test && test/test",
|
||||
"postinstall": "npm run build && (cd cli && npm install)",
|
||||
"bundle-cli": "mkdir -p cli/dist && pulp browserify --standalone --skip-entry-point > /tmp/bundle.js && uglifyjs --compress --mangle -- /tmp/bundle.js > cli/dist/bundle.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче