You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"preversion": "npm run test && npm run prepublish",
20
+
"preversion": "npm run test && npm run prepare",
21
21
"reinstall": "rm -rf ./node_modules && npm i",
22
22
"version": "npm run build && npm run docs && npm run update-changelog && git add dist/* docs/*",
23
23
"update-changelog": "VERSION=`node -p -e \"require('./package.json').version\"` bash -c 'read -p \"Update CHANGELOG.md for version $VERSION and press ENTER when done.\"' && git add CHANGELOG.md"
0 commit comments