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 ed3f2d4 commit ce43b09Copy full SHA for ce43b09
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
node-version: "16.x"
25
- run: npm ci
26
- - run: npm run compile --if-present
+ - run: npm run build --if-present
27
- run: rsync -a package.json README.md ./dist/
28
- name: Semantic Release
29
uses: cycjimmy/semantic-release-action@v2
0 commit comments