File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
4343 run : yarn config set registry https://registry.npmjs.org/
4444
4545 - name : Publish Adobe Package
46- run : yarn workspace @adobe/react-spectrum-charts publish
46+ run : yarn workspace @adobe/react-spectrum-charts publish-package
4747 env :
4848 NODE_AUTH_TOKEN : ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
4949
5050 - name : Publish Spectrum Charts Packages
51- run : yarn workspace @spectrum-charts/constants publish && \
52- yarn workspace @spectrum-charts/themes publish && \
53- yarn workspace @spectrum-charts/utils publish && \
54- yarn workspace @spectrum-charts/vega-spec-builder publish
51+ run : yarn workspace @spectrum-charts/constants publish-package && \
52+ yarn workspace @spectrum-charts/themes publish-package && \
53+ yarn workspace @spectrum-charts/utils publish-package && \
54+ yarn workspace @spectrum-charts/vega-spec-builder publish-package
5555 env :
5656 NODE_AUTH_TOKEN : ${{ secrets.SPECTRUM_CHARTS_NPM_TOKEN }}
5757
Original file line number Diff line number Diff line change 1616 "clean" : " rm -rf dist" ,
1717 "pack-test" : " yarn clean && yarn build &&cross-env NODE_ENV=development npm pack" ,
1818 "pack" : " cross-env NODE_ENV=production npm pack" ,
19- "publish" : " npm publish --access public"
19+ "publish-package " : " npm publish --access public"
2020 },
2121 "devDependencies" : {
2222 "ts-loader" : " ^9.4.2" ,
Original file line number Diff line number Diff line change 7171 "test" : " cross-env TZ=UTC BABEL_ENV=test jest --config ../../jest.config.js" ,
7272 "watch" : " cross-env TZ=UTC BABEL_ENV=test jest --config ../../jest.config.js --watch" ,
7373 "skulk" : " yarn watch --silent" ,
74- "publish" : " npm publish --access public"
74+ "publish-package " : " npm publish --access public"
7575 },
7676 "dependencies" : {
7777 "@spectrum-charts/constants" : " 0.0.1" ,
Original file line number Diff line number Diff line change 1616 "clean" : " rm -rf dist" ,
1717 "pack-test" : " yarn clean && yarn build && cross-env NODE_ENV=development npm pack" ,
1818 "pack" : " cross-env NODE_ENV=production npm pack" ,
19- "publish" : " npm publish --access public"
19+ "publish-package " : " npm publish --access public"
2020 },
2121 "devDependencies" : {
2222 "ts-loader" : " ^9.4.2" ,
Original file line number Diff line number Diff line change 1616 "clean" : " rm -rf dist" ,
1717 "pack-test" : " yarn clean && yarn build && cross-env NODE_ENV=development npm pack" ,
1818 "pack" : " cross-env NODE_ENV=production npm pack" ,
19- "publish" : " npm publish --access public"
19+ "publish-package " : " npm publish --access public"
2020 },
2121 "devDependencies" : {
2222 "ts-loader" : " ^9.4.2" ,
Original file line number Diff line number Diff line change 1616 "clean" : " rm -rf dist" ,
1717 "pack-test" : " yarn clean && yarn build && cross-env NODE_ENV=development npm pack" ,
1818 "pack" : " cross-env NODE_ENV=production npm pack" ,
19- "publish" : " npm publish --access public"
19+ "publish-package " : " npm publish --access public"
2020 },
2121 "dependencies" : {
2222 "@spectrum-charts/constants" : " 0.0.1" ,
You can’t perform that action at this time.
0 commit comments