Compare commits
3 Commits
86b8acd128
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
ffa7ed8307
|
|||
|
|
2b662317c2 | ||
|
|
0441ad43ec |
@@ -3,8 +3,7 @@ type: docker
|
|||||||
name: ci
|
name: ci
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: d.ctdn.net/node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- npm config set registry https://r.ctdn.net
|
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"eslint-plugin-jsdoc": "^39.2.9",
|
"eslint-plugin-jsdoc": "^39.2.9",
|
||||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||||
"husky": "^8.0.1",
|
"husky": "^8.0.1",
|
||||||
"lint-staged": "^11.1.2",
|
"lint-staged": "^12.4.1",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.3.2",
|
||||||
"ts-node-dev": "^1.1.8",
|
"ts-node-dev": "^1.1.8",
|
||||||
"typescript": "^4.4.2",
|
"typescript": "^4.4.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user