git ssb

16+

Dominic / patchbay



Commit 5c1e2452128afa68d0a271956f96d9e98f47e17b

Add `npm run rebuild` as postinstall script

Christian Bundy committed on 8/21/2018, 10:18:17 PM
Parent: 54379731e6002dd982eab86febf0b7d4872a5ff8

Files changed

README.mdchanged
package.jsonchanged
README.mdView
@@ -75,9 +75,8 @@
7575 ```sh
7676 git clone https://github.com/ssbc/patchbay.git
7777 cd patchbay
7878 npm install
79-npm run rebuild
8079 ```
8180
8281 Patchbay doesn't give you a way to join pubs yet, so this is good if you've already done that with another client (like Patchwork).
8382
@@ -113,9 +112,8 @@
113112 ```sh
114113 git clone https://github.com/ssbc/patchbay.git
115114 cd patchbay
116115 npm install
117-npm run rebuild
118116 ```
119117
120118 ## Running the desktop app
121119
package.jsonView
@@ -7,9 +7,10 @@
77 "lint": "standard --fix",
88 "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell",
99 "start": "electron index.js -- --title patchbay",
1010 "start-frameless": "FRAME=false npm start",
11- "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay --icon ./assets/icon.png"
11 + "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay --icon ./assets/icon.png",
12 + "postinstall": "npm run rebuild"
1213 },
1314 "browserify": {
1415 "transform": [
1516 "bulkify",

Built with git-ssb-web