mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-22 09:57:03 +01:00
fix build command in CI
This commit is contained in:
parent
4d33283f9f
commit
cc0ba7d390
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -45,9 +45,8 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: 'npm'
|
||||
|
||||
- run: npm ci
|
||||
- run: npm build
|
||||
- run: npm run build
|
||||
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -12,7 +12,7 @@
|
||||
"build": "rm -rf ./dist && tsc",
|
||||
"start": "rm -rf ./dist && tsc --watch",
|
||||
"test": "npm run lint && npm run typecheck && npm run test:unit",
|
||||
"test:unit": "vitest run --coverage --config './test/vitest.config.ts'",
|
||||
"test:unit": "vitest run --coverage --config ./test/vitest.config.ts",
|
||||
"lint": "eslint src/",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"format": "prettier --write 'src/**/*.{ts,js,json,md}'",
|
||||
|
Loading…
Reference in New Issue
Block a user