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:
43
43
run : yarn config set registry https://registry.npmjs.org/
44
44
45
45
- name : Publish Adobe Package
46
- run : yarn workspace @adobe/react-spectrum-charts publish
46
+ run : yarn workspace @adobe/react-spectrum-charts publish-package
47
47
env :
48
48
NODE_AUTH_TOKEN : ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
49
49
50
50
- 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
55
55
env :
56
56
NODE_AUTH_TOKEN : ${{ secrets.SPECTRUM_CHARTS_NPM_TOKEN }}
57
57
Original file line number Diff line number Diff line change 16
16
"clean" : " rm -rf dist" ,
17
17
"pack-test" : " yarn clean && yarn build &&cross-env NODE_ENV=development npm pack" ,
18
18
"pack" : " cross-env NODE_ENV=production npm pack" ,
19
- "publish" : " npm publish --access public"
19
+ "publish-package " : " npm publish --access public"
20
20
},
21
21
"devDependencies" : {
22
22
"ts-loader" : " ^9.4.2" ,
Original file line number Diff line number Diff line change 71
71
"test" : " cross-env TZ=UTC BABEL_ENV=test jest --config ../../jest.config.js" ,
72
72
"watch" : " cross-env TZ=UTC BABEL_ENV=test jest --config ../../jest.config.js --watch" ,
73
73
"skulk" : " yarn watch --silent" ,
74
- "publish" : " npm publish --access public"
74
+ "publish-package " : " npm publish --access public"
75
75
},
76
76
"dependencies" : {
77
77
"@spectrum-charts/constants" : " 0.0.1" ,
Original file line number Diff line number Diff line change 16
16
"clean" : " rm -rf dist" ,
17
17
"pack-test" : " yarn clean && yarn build && cross-env NODE_ENV=development npm pack" ,
18
18
"pack" : " cross-env NODE_ENV=production npm pack" ,
19
- "publish" : " npm publish --access public"
19
+ "publish-package " : " npm publish --access public"
20
20
},
21
21
"devDependencies" : {
22
22
"ts-loader" : " ^9.4.2" ,
Original file line number Diff line number Diff line change 16
16
"clean" : " rm -rf dist" ,
17
17
"pack-test" : " yarn clean && yarn build && cross-env NODE_ENV=development npm pack" ,
18
18
"pack" : " cross-env NODE_ENV=production npm pack" ,
19
- "publish" : " npm publish --access public"
19
+ "publish-package " : " npm publish --access public"
20
20
},
21
21
"devDependencies" : {
22
22
"ts-loader" : " ^9.4.2" ,
Original file line number Diff line number Diff line change 16
16
"clean" : " rm -rf dist" ,
17
17
"pack-test" : " yarn clean && yarn build && cross-env NODE_ENV=development npm pack" ,
18
18
"pack" : " cross-env NODE_ENV=production npm pack" ,
19
- "publish" : " npm publish --access public"
19
+ "publish-package " : " npm publish --access public"
20
20
},
21
21
"dependencies" : {
22
22
"@spectrum-charts/constants" : " 0.0.1" ,
You can’t perform that action at this time.
0 commit comments