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

Commit 37ff3a8

Browse files
committed
remove test temporarily
1 parent b780b96 commit 37ff3a8

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
@@ -18,7 +18,7 @@
1818
"start": "node server.js",
1919
"dist": "webpack --progress --profile --colors",
2020
"module": "babel src --out-dir modules",
21-
"build": "npm run test && npm run clean && npm run dist && npm run module",
21+
"build": "npm run clean && npm run dist && npm run module",
2222
"examples": "webpack --config examples.config.js --progress --profile --colors",
2323
"watch": "./node_modules/.bin/webpack --config examples.config.js --progress --profile --colors --watch",
2424
"prepublish": "npm run build"

0 commit comments

Comments
 (0)