fix build script for now

This commit is contained in:
Philipp Kühn
2020-11-16 22:36:30 +01:00
parent 6a515f352d
commit 760ab90269

View File

@@ -13,7 +13,7 @@
"scripts": { "scripts": {
"start": "yarn --cwd ./docs start", "start": "yarn --cwd ./docs start",
"build:docs": "yarn --cwd ./docs build", "build:docs": "yarn --cwd ./docs build",
"build:packages": "yarn clean:packages && rollup -c", "build:packages": "yarn clean:packages && node --max-old-space-size=8192 node_modules/.bin/rollup -c",
"build:ci": "yarn clean:packages && rollup -c --ci", "build:ci": "yarn clean:packages && rollup -c --ci",
"clean:packages": "rm -rf ./packages/*/dist", "clean:packages": "rm -rf ./packages/*/dist",
"release": "yarn lint && yarn test && yarn build:packages && lerna publish", "release": "yarn lint && yarn test && yarn build:packages && lerna publish",