File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,15 @@ jobs:
17
17
version : 6.6.2
18
18
run_install : true
19
19
20
+ - name : Build
21
+ run : pnpm build
22
+
20
23
- uses : actions/setup-node@v1
21
24
with :
22
25
node-version : 12
23
26
registry-url : https://registry.npmjs.org/
24
27
25
- - run : npm publish --access public
28
+ - run : npm publish
26
29
env :
27
30
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
28
31
@@ -38,11 +41,14 @@ jobs:
38
41
version : 6.6.2
39
42
run_install : true
40
43
44
+ - name : Build
45
+ run : pnpm build
46
+
41
47
- uses : actions/setup-node@v1
42
48
with :
43
49
node-version : 12
44
50
registry-url : https://npm.pkg.github.com
45
51
46
- - run : npm publish --access public
52
+ - run : npm publish
47
53
env :
48
54
NODE_AUTH_TOKEN : ${{secrets.NPM_GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 9
9
"files" : [
10
10
" dist" ,
11
11
" src" ,
12
+ " package.json" ,
12
13
" README.md"
13
14
],
14
15
"author" : {
You can’t perform that action at this time.
0 commit comments