Commit 03dfe69caaa894d0106facac00e1c06356e78e05
change scripts: dev, postinstall
mix irving committed on 8/15/2017, 11:39:45 PMParent: d37fd6c80d7a395cf25c469477fc0b4695a51e5e
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -5,10 +5,10 @@ | ||
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell", |
8 | 8 | "start": "electron .", |
9 | - "dev": "ssb_appname=ssb electron .", | |
10 | - "postinstall": "npm run rebuild", | |
9 | + "dev": "ssb_appname=ssb electro main.js", | |
10 | + "postinstall": "echo 'REMEMBER: npm run rebuild'", | |
11 | 11 | "test": "echo \"Error: no test specified\" && exit 1" |
12 | 12 | }, |
13 | 13 | "repository": { |
14 | 14 | "type": "git", |
Built with git-ssb-web