1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-04-18 13:23:50 +02:00
parent 21f40d900d
commit 28485a6c65

View file

@ -24,6 +24,7 @@
"reconfigure": "npx babel-node scripts/reconfigure.js",
"dxf": "npx babel-node scripts/export-dxf.js",
"prerelease": "lerna version --no-git-tag-version --no-push && yarn reconfigure && lerna run build",
"buildall": "lerna exec -- npm run build",
"release": "lerna exec -- npm publish",
"postrelease": "git add . && git commit -m ':bookmark: v$npm_package_version' && git tag -a v$npm_package_version -m ':bookmark: FreeSewing v$npm_package_version'",
"bump": "git add . && git commit -m 'chore: Reconfigure packages'"