build: add bump:nightly script (#1632)

This commit is contained in:
Yifeng Wang
2023-03-21 16:24:32 +08:00
committed by GitHub
parent 05ac48b693
commit a558d0c868
9 changed files with 74 additions and 100 deletions
+1
View File
@@ -16,6 +16,7 @@
"build": "yarn workspace @affine/app build",
"build:client": "yarn workspace @affine/client-app build:app",
"build:storybook": "yarn workspace @affine/component build-storybook",
"bump:nightly": "./scripts/bump-blocksuite.sh",
"export": "yarn workspace @affine/app export",
"start": "yarn workspace @affine/app start",
"lint": "eslint . --ext .js,mjs,.ts,.tsx",