We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856ad9b commit 0491686Copy full SHA for 0491686
package.json
@@ -6,10 +6,10 @@
6
"scripts": {
7
"test": "jest --runInBand --verbose",
8
"tdd": "jest --watch",
9
- "build": "rimraf lib && babel src --out-dir lib && npm run build:dist",
+ "build": "rimraf lib && babel src --out-dir lib && npm run build:dist && cp README.md ./lib",
10
"build:dist": "rimraf lib/dist && webpack && NODE_ENV=production webpack -p",
11
"lint": "eslint src test",
12
- "release": "cp README.md ./lib && release",
+ "release": "release",
13
"release:next": "release --preid beta --tag next",
14
"deploy-docs": "cd www && npm run deploy",
15
"storybook": "start-storybook -p 6006",
0 commit comments