Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 16734b8

Browse files
committed
fix: release script
1 parent 3e41112 commit 16734b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "npm run lint && mocha --compilers js:babel-register tests --recursive",
1616
"semantic-release": "semantic-release",
1717
"commitmsg": "npm run test && commitlint -e $GIT_PARAMS",
18-
"build": "rm -fr ./dist && babel ./src --out-dir ./dist --copy-files",
18+
"build": "rm -fr ./dist && babel ./lib --out-dir ./dist --copy-files",
1919
"prepublishOnly": "npm test && npm run build"
2020
},
2121
"repository": {

0 commit comments

Comments
 (0)