mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
package update
This commit is contained in:
parent
19230e316c
commit
2fdd26560d
@ -1,8 +1,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '6.0'
|
||||
- '5.11'
|
||||
- '4.4.3'
|
||||
- 0.12.12
|
||||
- 0.12.13
|
||||
deploy:
|
||||
provider: heroku
|
||||
api_key:
|
||||
|
@ -8,7 +8,7 @@
|
||||
"license": "MIT",
|
||||
"main": "./backend/server.js",
|
||||
"scripts": {
|
||||
"install": "typings install && tsc -p backend && tsc -p test/backend && tsc -p common && webpack --config ./frontend/webpack.config.js ",
|
||||
"install": "typings install && tsc -p backend && tsc -p test/backend && tsc -p common && webpack --config ./frontend/webpack.config.js -p",
|
||||
"pretest": "typings install",
|
||||
"test": "karma start ./karma.conf.js",
|
||||
"start": "node ./backend/server",
|
||||
|
Loading…
Reference in New Issue
Block a user