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 be0de34 commit 28f718dCopy full SHA for 28f718d
package.json
@@ -4,9 +4,10 @@
4
"description": "A higher order React component for Sortable (https://github.com/RubaXa/Sortable).",
5
"main": "lib/index.js",
6
"scripts": {
7
- "prepublish": "npm run lint && npm run build && npm test",
+ "prepublish": "npm run lint && npm run build && npm test && npm run lint",
8
"build": "babel ./src --out-dir ./lib",
9
"test": "./babel-tap --coverage test/*.js",
10
+ "dist": "webpack; BUILD_ENV=dist webpack",
11
"lint": "eslint ./src",
12
"lint:fix": "eslint --fix ./src",
13
"precommit-check": "npm run lint",
0 commit comments