Skip to content

Commit 28f718d

Browse files
committed
Update scripts
1 parent be0de34 commit 28f718d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"description": "A higher order React component for Sortable (https://github.com/RubaXa/Sortable).",
55
"main": "lib/index.js",
66
"scripts": {
7-
"prepublish": "npm run lint && npm run build && npm test",
7+
"prepublish": "npm run lint && npm run build && npm test && npm run lint",
88
"build": "babel ./src --out-dir ./lib",
99
"test": "./babel-tap --coverage test/*.js",
10+
"dist": "webpack; BUILD_ENV=dist webpack",
1011
"lint": "eslint ./src",
1112
"lint:fix": "eslint --fix ./src",
1213
"precommit-check": "npm run lint",

0 commit comments

Comments
 (0)