提交 e071a097 编写于 作者: !阳仔's avatar !阳仔

yml

上级 8baf5bd8
流水线 #6121 已通过 ,包含阶段
in 8 分52 秒
{
"plugins": [
["import", {
"libraryName": "vant",
"libraryDirectory": "es",
"style": true
}]
]
}
default:
image: node:latest
stages:
- deploy
pages:
stage: deploy
script:
- npm install
- npm run build
- rm -rf public
- mv dist public
artifacts:
paths:
- public
expire_in: 1 day
only:
- master
.DS_Store
node_modules
package-lock.json
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册