diff --git a/package.json b/package.json index 20d264e5..bcf698ff 100644 --- a/package.json +++ b/package.json @@ -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": {