1 Star 0 Fork 0

传智就业/itcast-haoke-manage-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appveyor.yml 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
18229242867 提交于 2021-11-26 03:22 . 2
# Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
# this is how to allow failing jobs in the matrix
matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
# Output useful info for debugging.
- node --version
- npm --version
# Post-install test scripts.
test_script:
- npm run lint
- npm run test:all
- npm run build
# Don't actually build.
build: off
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wisdom-and-employment/itcast-haoke-manage-web.git
git@gitee.com:wisdom-and-employment/itcast-haoke-manage-web.git
wisdom-and-employment
itcast-haoke-manage-web
itcast-haoke-manage-web
master

搜索帮助