We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a345e commit ecc816bCopy full SHA for ecc816b
.github/workflows/publish.yml
@@ -44,7 +44,6 @@ jobs:
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
package.json
@@ -19,7 +19,7 @@
19
"package": "npm run build && npm pack",
20
"test": "jest --no-cache --runInBand",
21
"test:cov": "jest --coverage --no-cache --runInBand",
22
- "addscope": "node tools/packagejson name @eventdrip/dropkit.js"
+ "addscope": "node tools/packagejson name dropkit.js"
23
},
24
"publishConfig": {
25
"access": "public"
0 commit comments