File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525
2626 - run : npm ci
2727
28- - run : npm run publish
28+ - run : npm run publish-to-npm
2929 working-directory : packages/tanstack-query-builder
3030 env :
3131 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
3232
33- - run : npm run publish
33+ - run : npm run publish-to-npm
3434 working-directory : packages/example-mocks
3535 env :
3636 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2525 "scripts" : {
2626 "start" : " vite" ,
2727 "build" : " tsc && vite build" ,
28- "publish" : " npm publish --provenance --access public"
28+ "publish-to-npm " : " npm publish --provenance --access public"
2929 },
3030 "devDependencies" : {
3131 "msw" : " ^2.7.3" ,
Original file line number Diff line number Diff line change 4141 "bundle" : " npm run build && node ../../scripts/copyPackageJson.mts" ,
4242 "attw" : " npx --yes @arethetypeswrong/cli@latest --pack dist" ,
4343 "publint" : " cd dist && npx --yes publint@latest" ,
44- "publish" : " npm run bundle && npm run attw && npm run publint && npm publish ./dist --provenance --access public"
44+ "publish-to-npm " : " npm run bundle && npm run attw && npm run publint && npm publish ./dist --provenance --access public"
4545 },
4646 "devDependencies" : {
4747 "@tanstack/react-query" : " ^5.71.10" ,
You can’t perform that action at this time.
0 commit comments