mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
package.json error fix
This commit is contained in:
parent
dc69e32d7e
commit
0ebded43b4
@ -8,7 +8,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./backend/server.js",
|
"main": "./backend/server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "typings install && tsc -p backend && tsc - common && webpack --config ./frontend/webpack.config.js ",
|
"install": "typings install && tsc -p backend && tsc -p common && webpack --config ./frontend/webpack.config.js ",
|
||||||
"pretest": "typings install",
|
"pretest": "typings install",
|
||||||
"test": "karma start ./karma.conf.js",
|
"test": "karma start ./karma.conf.js",
|
||||||
"start": "node ./backend/server"
|
"start": "node ./backend/server"
|
||||||
|
Loading…
Reference in New Issue
Block a user