Skip to content

Commit 3b46dac

Browse files
committed
ci(CI): Dont't run tests twice on CI
1 parent 85de468 commit 3b46dac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"description": "Simple HTML5 drag-drop zone with React.js",
44
"main": "dist/index.js",
55
"scripts": {
6-
"build": "npm run clean && webpack",
76
"clean": "rimraf ./dist",
8-
"prepublish": "npm run eslint:src && npm run build && npm run test:build",
7+
"build": "npm run clean && webpack",
8+
"prepublish": "npm run build",
99
"test": "npm run eslint:src && mocha --require ./mocha-environment.js ./src/test.js",
10-
"test:build": "NODE_ENV=production npm run build && npm run test",
1110
"eslint:src": "eslint ./src ./*.js",
1211
"eslint:fix": "eslint --fix",
1312
"git:add": "git add",

0 commit comments

Comments
 (0)