1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00

feat: update

This commit is contained in:
chufan
2023-09-02 14:25:41 +08:00
parent a354acced9
commit a0dc6ce9e6
4 changed files with 27 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ env:
REGISTRY: registry.cn-hangzhou.aliyuncs.com
UserName: mmdapl
jobs:
Docker-Image:
name: "构建Docker镜像"

4
.npmrc
View File

@@ -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
View 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

View File

@@ -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",