File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 8
8
publish :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - run : ls -l
12
- # - uses: actions/checkout@v4
13
- # - uses: actions/setup-node@v3
14
- # with:
15
- # node-version: "20"
16
- # - uses: JS-DevTools/npm-publish@v3
17
- # with:
18
- # token: ${{ secrets.NPM_TOKEN }}
19
- # package: "./@lib/package.json"
11
+ - uses : actions/checkout@v4
12
+ - uses : actions/setup-node@v3
13
+ with :
14
+ node-version : " 20"
15
+ - uses : JS-DevTools/npm-publish@v3
16
+ with :
17
+ token : ${{ secrets.NPM_TOKEN }}
18
+ package : " ./@lib/package.json"
Original file line number Diff line number Diff line change 33
33
"types" : " ./index.d.ts" ,
34
34
"import" : " ./src/index.ts"
35
35
},
36
+ "scripts" : {
37
+ "prepublishOnly" : " cp ../README.md ."
38
+ },
36
39
"dependencies" : {
37
40
"proxy-deep" : " ^3.1.1"
38
41
},
You can’t perform that action at this time.
0 commit comments