Skip to content

Commit 6affeb2

Browse files
committed
remove unused script
1 parent 3ccb18c commit 6affeb2

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/publish.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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"

0 commit comments

Comments
 (0)