Skip to content

Commit

Permalink
remove prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeddy committed Mar 25, 2020
1 parent 73d0918 commit 7d15f4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"build:redoc": "node src/redoc-ui.js",
"clean": "rm -rf dist/* bin/*",
"build": "npx webpack --mode=development",
"cleanBuild": "npm run clean && npm run build",
"prepublish": "npm run cleanBuild"
"cleanBuild": "npm run clean && npm run build"
},
"devDependencies": {
"@babel/core": "^7.8.7",
Expand Down

0 comments on commit 7d15f4d

Please sign in to comment.