add build:ci script

This commit is contained in:
Philipp Kühn
2020-11-10 15:16:38 +01:00
parent 0ac228156c
commit 960368db0e
2 changed files with 25 additions and 21 deletions

View File

@@ -14,6 +14,7 @@
"start": "yarn --cwd ./docs start",
"build:docs": "yarn --cwd ./docs build",
"build:packages": "yarn clean:packages && rollup -c",
"build:ci": "yarn clean:packages && rollup -c --ci",
"clean:packages": "rm -rf ./packages/*/dist",
"lint": "eslint --quiet --no-error-on-unmatched-pattern ./",
"test:open": "cypress open --project tests",