Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

Commit 676c302

Browse files
committed
update build
1 parent 23e59e9 commit 676c302

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,11 @@
99
"test": "node test/run.js | tap-spec",
1010
"watch": "watchify -t brfs index.js -o bundle.js",
1111
"build-css": "node-sass --importer node_modules/node-sass-magic-importer scss/base.scss static/css/base.css",
12-
"deploy": "gh-pages-deploy",
12+
"build": "npm run build-css && npm run render",
1313
"render": "node render.js"
1414
},
1515
"keywords": [
1616
],
17-
"gh-pages-deploy": {
18-
"staticpath": "rendered",
19-
"cname": "codeforscience.org",
20-
"prep": [
21-
"build-css",
22-
"render"
23-
],
24-
"noprompt": false
25-
},
2617
"author": "max ogden",
2718
"license": "BSD",
2819
"bugs": {

0 commit comments

Comments
 (0)