File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 5555 run : |
5656 echo "@aipexstudio:registry=https://npm.pkg.github.com" >> ~/.npmrc
5757 echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
58- pnpm publish:github
58+ pnpm publish:extension
5959 env :
6060 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5858 run : |
5959 echo "@aipexstudio:registry=https://npm.pkg.github.com" >> ~/.npmrc
6060 echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
61- pnpm publish:github
61+ pnpm publish:extension
6262 env :
6363 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6464
Original file line number Diff line number Diff line change 1717 "package" : " plasmo package" ,
1818 "build:css" : " npx tailwindcss -i ./src/tailwind.css -o ./src/style.css --minify" ,
1919 "prepublishOnly" : " pnpm build && pnpm package" ,
20- "publish:github" : " npm publish"
20+ "publish:github" : " npm publish" ,
21+ "publish:extension" : " pnpm build && pnpm package && npm publish"
2122 },
23+ "files" : [
24+ " build/" ,
25+ " README.md" ,
26+ " package.json"
27+ ],
2228 "dependencies" : {
2329 "@ant-design/x" : " ^1.4.0" ,
2430 "@assistant-ui/react" : " ^0.10.25" ,
You can’t perform that action at this time.
0 commit comments