mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
ci: add build preview
This commit is contained in:
parent
3a917bb228
commit
e1f61af8f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ dist
|
||||
yarn-error.log
|
||||
lerna-debug.json
|
||||
yarn-error.log
|
||||
storybook-static
|
||||
|
@ -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": {
|
||||
|
@ -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==
|
||||
|
Loading…
Reference in New Issue
Block a user