Skip to content

Commit 769117c

Browse files
committed
rm preprocess in cibuild script (already done on postinstall)
1 parent 5176af6 commit 769117c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"postinstall": "npm run preprocess",
4747
"bundle": "node tasks/bundle.js",
4848
"build": "npm run preprocess && npm run bundle",
49-
"cibuild": "npm run preprocess && node tasks/cibundle.js",
49+
"cibuild": "node tasks/cibundle.js",
5050
"watch": "node tasks/watch_plotly.js",
5151
"lint": "cd src && jshint . || true",
5252
"test-jasmine": "karma start test/jasmine/karma.conf.js",

0 commit comments

Comments
 (0)