Skip to content

Commit ecc816b

Browse files
committed
Fix script
1 parent b8a345e commit ecc816b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
with:
4545
node-version: '14.x'
4646
registry-url: 'https://npm.pkg.github.com'
47-
scope: '@eventdrip'
4847
- run: npm run addscope
4948
- name: Publish to GitHub Packages
5049
run: npm publish

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 @eventdrip/dropkit.js"
22+
"addscope": "node tools/packagejson name dropkit.js"
2323
},
2424
"publishConfig": {
2525
"access": "public"

0 commit comments

Comments
 (0)