Skip to content

Commit

Permalink
Merge 6c6907b into f3ebb80
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrudner committed Apr 1, 2020
2 parents f3ebb80 + 6c6907b commit 436e159
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ lib-dist
node_modules

npm-debug.log
README.md
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jest.*.js
Makefile
webpack.config.js
docs
README.md
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
},
"scripts": {
"test": "jest",
"prepublishOnly": "babel lib -d lib-dist",
"prepublishOnly": "babel lib -d lib-dist && cp README.mdx README.md",
"postpublish": "rm README.md",
"post": "babel lib -d lib-dist && cp README.mdx README.md",
"storybook": "start-storybook -p 6006 -c docs/.storybook/",
"build-storybook": "build-storybook -c docs/.storybook/ -o build/docs"
}
Expand Down

0 comments on commit 436e159

Please sign in to comment.