1
Fork 0

Added build command

This commit is contained in:
Jake Howard 2015-11-03 18:01:13 +00:00
parent 5ff8ef7ea5
commit ac42c7c1bb
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
"start": "node_modules/.bin/electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c node_modules/eslint-config/.eslintrc 'src/'",
"build": "npm run create-build-dirs && npm run build-html && npm run build-js && npm run build-less",
"build-html": "cp src/index.html build/index.html"
},
"repository": {
@ -28,6 +29,7 @@
"electron-prebuilt": "^0.34.0",
"immutable": "^3.7.5",
"ionicons": "^2.0.1",
"jquery": "^2.1.4",
"react": "^0.13.0",
"superagent": "^1.2.0"
},
@ -39,6 +41,5 @@
"less": "^2.5.3",
"reactify": "^1.1.1",
"uglify-js": "^2.5.0"
}
}