Skip to content

Commit 0491686

Browse files
committed
really cpy readme
1 parent 856ad9b commit 0491686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"scripts": {
77
"test": "jest --runInBand --verbose",
88
"tdd": "jest --watch",
9-
"build": "rimraf lib && babel src --out-dir lib && npm run build:dist",
9+
"build": "rimraf lib && babel src --out-dir lib && npm run build:dist && cp README.md ./lib",
1010
"build:dist": "rimraf lib/dist && webpack && NODE_ENV=production webpack -p",
1111
"lint": "eslint src test",
12-
"release": "cp README.md ./lib && release",
12+
"release": "release",
1313
"release:next": "release --preid beta --tag next",
1414
"deploy-docs": "cd www && npm run deploy",
1515
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)