File tree Expand file tree Collapse file tree 2 files changed +29
-9
lines changed Expand file tree Collapse file tree 2 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wssgryx/npm-test" ,
3
- "version" : " 1.0.15 " ,
3
+ "version" : " 1.0.16 " ,
4
4
"description" : " 测试包2" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
15
15
"dependencies" : {
16
16
"npm-registry-fetch" : " ^14.0.2" ,
17
17
"urlencode" : " ^1.1.0"
18
+ },
19
+ "devDependencies" : {
20
+ "@alicloud/console-components" : " ^1.5.10" ,
21
+ "@testing-library/jest-dom" : " ^5.15.1" ,
22
+ "@testing-library/react" : " ^13.0.0" ,
23
+ "@types/jest" : " ^27.0.3" ,
24
+ "@types/js-cookie" : " ^3.0.2" ,
25
+ "@types/lodash" : " ^4.14.191" ,
26
+ "@umijs/fabric" : " ^2.8.1" ,
27
+ "@umijs/test" : " ^3.0.5" ,
28
+ "gh-pages" : " ^3.0.0" ,
29
+ "lint-staged" : " ^10.0.7" ,
30
+ "lodash" : " ^4.17.21" ,
31
+ "moment" : " ^2.29.4" ,
32
+ "prettier" : " ^2.2.1" ,
33
+ "react" : " ^18.2.0" ,
34
+ "react-dom" : " ^18.2.0" ,
35
+ "yorkie" : " ^2.0.0"
18
36
}
19
37
}
Original file line number Diff line number Diff line change 1
1
name : " On Push masters"
2
2
3
3
steps :
4
- - name : echo
5
- plugin : ' @serverless-cd/npm-publish'
6
- # if: ${{ contains(github.ref, 'engine')}}
7
- inputs :
8
- registry : //registry.npmjs.org
9
- token : ${{ secrets.npm_token }}
10
- codeDir : ./code
11
-
4
+ - name : install in root
5
+ run : npm install --registry=https://registry.npmmirror.com --force
6
+ working-directory : ./code
7
+ # - name: echo
8
+ # plugin: '@serverless-cd/npm-publish'
9
+ # # if: ${{ contains(github.ref, 'engine')}}
10
+ # inputs:
11
+ # registry: //registry.npmjs.org
12
+ # token: ${{ secrets.npm_token }}
13
+ # codeDir: ./code
You can’t perform that action at this time.
0 commit comments