7 lines
110 B
Bash
7 lines
110 B
Bash
npm run webpack
|
|
sh scripts/update-readme.sh
|
|
cp README.md dist/README.md
|
|
cd dist
|
|
npm version patch
|
|
npm publish
|