mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-03 02:23:38 +08:00
feat: update
This commit is contained in:
1
.github/workflows/esc-deploy.yml
vendored
1
.github/workflows/esc-deploy.yml
vendored
@@ -11,7 +11,6 @@ env:
|
||||
REGISTRY: registry.cn-hangzhou.aliyuncs.com
|
||||
UserName: mmdapl
|
||||
|
||||
|
||||
jobs:
|
||||
Docker-Image:
|
||||
name: "构建Docker镜像"
|
||||
|
||||
4
.npmrc
4
.npmrc
@@ -1,2 +1,4 @@
|
||||
## 锁定版本
|
||||
engine-strict = true
|
||||
shamefully-hoist=true
|
||||
registry=https://registry.npmmirror.com
|
||||
registry=https://registry.npmmirror.com
|
||||
|
||||
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
# 参考链接: https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
|
||||
language: node_js
|
||||
node_js:
|
||||
- 16
|
||||
# 环境变量
|
||||
#env:
|
||||
# - EMBER_VERSION=default
|
||||
# - EMBER_VERSION=release
|
||||
# - EMBER_VERSION=beta
|
||||
# - EMBER_VERSION=canary
|
||||
|
||||
# 安装依赖前,先安装pnpm
|
||||
before_install:
|
||||
- "npm install -g npm@7"
|
||||
install:
|
||||
- pnpm i
|
||||
script:
|
||||
- pnpm lintfix
|
||||
- pnpm build
|
||||
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"name": "408CSFamily",
|
||||
"description": "专业代号408,计算机基础知识点合集",
|
||||
"version": "0.0.1-alpha.0",
|
||||
"version": "0.0.1-alpha01",
|
||||
"engines": {
|
||||
"node": "16.x || 18.x",
|
||||
"pnpm": ">=7.2.1"
|
||||
},
|
||||
"packageManager": "pnpm@7.2.1",
|
||||
"author": {
|
||||
"name": "Chu Fan",
|
||||
|
||||
Reference in New Issue
Block a user