mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
fix build script for now
This commit is contained in:
parent
6a515f352d
commit
760ab90269
@ -13,7 +13,7 @@
|
||||
"scripts": {
|
||||
"start": "yarn --cwd ./docs start",
|
||||
"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",
|
||||
"clean:packages": "rm -rf ./packages/*/dist",
|
||||
"release": "yarn lint && yarn test && yarn build:packages && lerna publish",
|
||||
|
Loading…
Reference in New Issue
Block a user