Commit 79737575585dc62349a1a2dc95a1ca4f2558e6c5
fix build script
Dominic Tarr committed on 7/22/2016, 3:48:47 AMParent: b52121dfc8bdd03d92c43ebc8a4c024c940b3252
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -37,9 +37,9 @@ | ||
37 | 37 | "brfs": "^1.4.3", |
38 | 38 | "indexhtmlify": "^1.2.1" |
39 | 39 | }, |
40 | 40 | "scripts": { |
41 | - "build": "node build.js > modules/index.js && browserify -t brfs index.js > build/bundle.js && indexhtmlify < bundle.js > build/index.html", | |
41 | + "build": "node build.js > modules/index.js && mkdir -p build && browserify -t brfs index.js > build/bundle.js && indexhtmlify < build/bundle.js > build/index.html", | |
42 | 42 | "graph": "node index.js | dot -Tsvg > graph.svg", |
43 | 43 | "test": "set -e; for t in test/*.js; do node $t; done" |
44 | 44 | }, |
45 | 45 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
Built with git-ssb-web