Skip to content

Commit 43e6c4c

Browse files
author
Vesa Piittinen
committed
Update scripts; version 1.0.5
1 parent c9011c2 commit 43e6c4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "react-tabbordion",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "React Tabs, Accordion, Panel, Checkbox list, Radio list Component",
55
"main": "dist/module/index.js",
66
"scripts": {
7-
"pretest": "npm run lint",
8-
"build": "npm run clean-dist && npm run build-modules && npm run build-umd",
7+
"build": "npm run build-modules && npm run build-umd",
98
"build-modules": "cross-env BABEL_ENV=build babel src --out-dir dist/module ",
109
"build-umd": "webpack --config webpack.config.js --mode production",
1110
"clean-dist": "rimraf dist",
1211
"lint": "eslint --ext .js,.jsx .",
13-
"prepublish": "npm prune && npm run build && npm test",
12+
"precommit": "npm run lint && npm run test",
13+
"prepare": "npm run clean-dist && npm run build",
14+
"prepublishOnly": "npm test",
1415
"test": "mocha --require @babel/register --reporter spec"
1516
},
1617
"repository": {

0 commit comments

Comments
 (0)