add release script

This commit is contained in:
Philipp Kühn 2020-11-16 22:06:53 +01:00
parent 87067fb4a7
commit 6a515f352d

View File

@ -16,6 +16,7 @@
"build:packages": "yarn clean:packages && rollup -c",
"build:ci": "yarn clean:packages && rollup -c --ci",
"clean:packages": "rm -rf ./packages/*/dist",
"release": "yarn lint && yarn test && yarn build:packages && lerna publish",
"lint": "eslint --quiet --no-error-on-unmatched-pattern ./",
"test:open": "cypress open --project tests",
"test": "cypress run --project tests",