Skip to content

Commit ec6170b

Browse files
Merge pull request #8 from namecheap/fix/ci-workflow
fix: fix typo in npm run build command in ci workflow
2 parents 06c3a96 + 10863bb commit ec6170b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: 20.x
4848
cache: "npm"
4949
- run: npm ci
50-
- run: npm build
50+
- run: npm run build
5151
- name: Publish new version
5252
env:
5353
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)