Skip to content

Commit ebf56d7

Browse files
committed
chore: add build script
1 parent d0c826a commit ebf56d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"lodash": "^4.5.1"
2727
},
2828
"scripts": {
29+
"build": "babel ./src --out-dir ./dist --copy-files --source-maps",
2930
"lint": "eslint ./src ./test",
3031
"test": "mocha --compilers js:babel-register && npm run lint",
3132
"add-assertions": "babel-node --presets es2015 ./bin/readme-assertions",

0 commit comments

Comments
 (0)