File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,14 @@ jobs:
3939 run : npm publish --access public
4040 env :
4141 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
42- - name : Setup .npmrc file to publish to GitHub Packages
43- uses : actions/setup-node@v1
44- with :
45- node-version : ' 14.x'
46- registry-url : ' https://npm.pkg.github.com'
47- - run : npm run addscope
48- - name : Publish to GitHub Packages
49- run : npm publish
50- env :
51- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42+ # - name: Setup .npmrc file to publish to GitHub Packages
43+ # uses: actions/setup-node@v1
44+ # with:
45+ # node-version: '14.x'
46+ # registry-url: 'https://npm.pkg.github.com'
47+ # scope: '@eventdrip'
48+ # - run: npm run addscope
49+ # - name: Publish to GitHub Packages
50+ # run: npm publish
51+ # env:
52+ # NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1919 "package" : " npm run build && npm pack" ,
2020 "test" : " jest --no-cache --runInBand" ,
2121 "test:cov" : " jest --coverage --no-cache --runInBand" ,
22- "addscope" : " node tools/packagejson name dropkit.js"
22+ "addscope" : " node tools/packagejson name @eventdrip/ dropkit.js"
2323 },
2424 "publishConfig" : {
2525 "access" : " public"
You can’t perform that action at this time.
0 commit comments