Skip to content

Commit ce43b09

Browse files
committed
fix(build): semantic release uses correct npm command
1 parent ed3f2d4 commit ce43b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: "16.x"
2525
- run: npm ci
26-
- run: npm run compile --if-present
26+
- run: npm run build --if-present
2727
- run: rsync -a package.json README.md ./dist/
2828
- name: Semantic Release
2929
uses: cycjimmy/semantic-release-action@v2

0 commit comments

Comments
 (0)