ci: add build preview

This commit is contained in:
zazzaz 2020-07-28 13:28:00 +08:00 committed by jeremywu
parent 3a917bb228
commit e1f61af8f9
3 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ dist
yarn-error.log
lerna-debug.json
yarn-error.log
storybook-static

View File

@ -3,13 +3,12 @@
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"cz": "git add -A && npx git-cz",
"test": "jest",
"gen": "bash ./scripts/gc.sh",
"storybook": "start-storybook",
"bootstrap": "yarn && npx lerna bootstrap",
"build": "yarn bootstrap && yarn build-storybook",
"lint": "eslint . --ext .vue,.js,.ts"
},
"peerDependencies": {

View File

@ -12043,7 +12043,7 @@ semver@7.0.0:
resolved "https://registry.npm.taobao.org/semver/download/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
integrity sha1-XzyjV2HkfgWyBsba/yz4FPAxa44=
semver@7.x, semver@^7.2.1, semver@^7.3.2:
semver@7.3.2, semver@7.x, semver@^7.2.1, semver@^7.3.2:
version "7.3.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==