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 e48857d commit 3cc62ddCopy full SHA for 3cc62dd
.github/workflows/publish.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
node-version: '20.x'
17
registry-url: 'https://npm.pkg.github.com'
18
+ scope: '@extendscript'
19
- name: Install dependencies and build 🔧
20
run: npm ci && npm run build
21
- name: Publish package on Github 📦
0 commit comments