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 7edb31e commit a93e1bbCopy full SHA for a93e1bb
.github/workflows/publish_extension.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: 16.x
16
- run: npm install
17
- name: Build Package
18
- run: npm run build
+ run: npm run build
19
- name: Publish Package
20
run: npm run deploy
21
env:
0 commit comments