File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- run : npx changelogithub@latest
23
23
env :
24
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
24
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
+
26
+ - env :
27
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
28
+ run : |
29
+ yarn config set npmAlwaysAuth true
30
+ yarn config set npmAuthToken $NPM_TOKEN
31
+ yarn npm publish
Original file line number Diff line number Diff line change 20
20
],
21
21
"scripts" : {
22
22
"prepack" : " yarn run build" ,
23
- "build" : " nuxt-module-build" ,
23
+ "build" : " nuxt-module-build build " ,
24
24
"dev" : " nuxi dev playground" ,
25
25
"dev:build" : " nuxi build playground" ,
26
- "dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground" ,
26
+ "dev:prepare" : " nuxt-module-build prepare --stub && nuxi prepare playground" ,
27
27
"lint" : " eslint ." ,
28
28
"test" : " vitest run"
29
29
},
You can’t perform that action at this time.
0 commit comments