Skip to content

Commit

Permalink
fix: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaSuvorova committed Dec 26, 2021
1 parent 3e41112 commit 16734b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npm run lint && mocha --compilers js:babel-register tests --recursive",
"semantic-release": "semantic-release",
"commitmsg": "npm run test && commitlint -e $GIT_PARAMS",
"build": "rm -fr ./dist && babel ./src --out-dir ./dist --copy-files",
"build": "rm -fr ./dist && babel ./lib --out-dir ./dist --copy-files",
"prepublishOnly": "npm test && npm run build"
},
"repository": {
Expand Down

0 comments on commit 16734b8

Please sign in to comment.