Original commit c4ed030bf90eaa0bcb18f40705a89713c346b664
This commit is contained in:
David Siegel 2017-08-16 23:36:50 -04:00
Родитель 9071b7dda2
Коммит 97d7abcd6f
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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": {