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 6d5168c commit 76ebfb3Copy full SHA for 76ebfb3
publish.sh
@@ -2,7 +2,7 @@
2
DIR=$(pwd)
3
4
npm run build
5
-cp package.json package-lock.json ./build
+cp package.json package-lock.json README.md ./build
6
cd build
7
npm publish
8
cd $DIR
0 commit comments