File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,15 @@ jobs:
1717 version : 6.6.2
1818 run_install : true
1919
20+ - name : Build
21+ run : pnpm build
22+
2023 - uses : actions/setup-node@v1
2124 with :
2225 node-version : 12
2326 registry-url : https://registry.npmjs.org/
2427
25- - run : npm publish --access public
28+ - run : npm publish
2629 env :
2730 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
2831
@@ -38,11 +41,14 @@ jobs:
3841 version : 6.6.2
3942 run_install : true
4043
44+ - name : Build
45+ run : pnpm build
46+
4147 - uses : actions/setup-node@v1
4248 with :
4349 node-version : 12
4450 registry-url : https://npm.pkg.github.com
4551
46- - run : npm publish --access public
52+ - run : npm publish
4753 env :
4854 NODE_AUTH_TOKEN : ${{secrets.NPM_GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 99 "files" : [
1010 " dist" ,
1111 " src" ,
12+ " package.json" ,
1213 " README.md"
1314 ],
1415 "author" : {
You can’t perform that action at this time.
0 commit comments