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 8943f68 commit d65ad3eCopy full SHA for d65ad3e
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build
23
id: build
24
run: |
25
- npm run ci
+ npm ci
26
npm run build
27
mkdir ${{ env.PLUGIN_NAME }}
28
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
0 commit comments