fix typo
This commit is contained in:
parent
f9d2999e8c
commit
df1b80e2a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prod-test.yml
vendored
2
.github/workflows/prod-test.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
node-version: '20'
|
||||
|
||||
- name: Setup And Install dependencies
|
||||
run: npm setup
|
||||
run: npm run setup
|
||||
|
||||
- name: dry run production build
|
||||
run: npm run prod --dryrun
|
||||
Loading…
Reference in a new issue