We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85de468 commit 3b46dacCopy full SHA for 3b46dac
package.json
@@ -3,11 +3,10 @@
3
"description": "Simple HTML5 drag-drop zone with React.js",
4
"main": "dist/index.js",
5
"scripts": {
6
- "build": "npm run clean && webpack",
7
"clean": "rimraf ./dist",
8
- "prepublish": "npm run eslint:src && npm run build && npm run test:build",
+ "build": "npm run clean && webpack",
+ "prepublish": "npm run build",
9
"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",
11
"eslint:src": "eslint ./src ./*.js",
12
"eslint:fix": "eslint --fix",
13
"git:add": "git add",
0 commit comments