Skip to content

Commit 209236e

Browse files
committed
Add build script and .npmignore file.
1 parent 2fdb559 commit 209236e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
coverage

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"scripts": {
77
"test": "jest && standard",
88
"test:unit": "jest",
9+
"build": "babel src -d lib",
10+
"prepublish": "babel src -d lib",
911
"storybook": "start-storybook -p 6006"
1012
},
1113
"repository": {

0 commit comments

Comments
 (0)