mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
adding build script, removing install script
This commit is contained in:
parent
f8b4e1c968
commit
4fa8b54d67
@ -8,8 +8,7 @@
|
|||||||
"main": "./src/backend/index.js",
|
"main": "./src/backend/index.js",
|
||||||
"bin": "./src/backend/index.js",
|
"bin": "./src/backend/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "npm run build-prod",
|
"build": "tsc && gulp build-prod",
|
||||||
"build-prod": "tsc && gulp build-prod",
|
|
||||||
"create-release": "gulp create-release",
|
"create-release": "gulp create-release",
|
||||||
"build-backend": "tsc",
|
"build-backend": "tsc",
|
||||||
"pretest": "tsc",
|
"pretest": "tsc",
|
||||||
@ -43,7 +42,7 @@
|
|||||||
"sqlite3": "4.1.1",
|
"sqlite3": "4.1.1",
|
||||||
"ts-exif-parser": "0.1.4",
|
"ts-exif-parser": "0.1.4",
|
||||||
"ts-node-iptc": "1.0.11",
|
"ts-node-iptc": "1.0.11",
|
||||||
"typeconfig": "1.0.8c",
|
"typeconfig": "1.0.8d",
|
||||||
"typeorm": "0.2.21",
|
"typeorm": "0.2.21",
|
||||||
"winston": "2.4.4"
|
"winston": "2.4.4"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user