Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
remscodes committed Mar 9, 2024
1 parent aff4ca2 commit eccff8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "npm run init && ng build",
"types": "tsc --noEmit",
"test": "npm run init && ng test --code-coverage --browsers=ChromeHeadless",
"test:ci": "npm run test -- --no-watch --no-progress",
"test:ci": "npm run test --watch=false --progress=false",
"init": "npm run inject-version & npm run create-env-file",
"inject-version": "node ./scripts/inject-version.cjs",
"create-env-file": "node ./scripts/create-env-js.cjs"
Expand Down Expand Up @@ -62,5 +62,5 @@
"tailwindcss": "^3.4.1",
"typescript": "~5.2.2"
},
"packageManager": "pnpm@8.14.0"
"packageManager": "pnpm@8.15.4"
}

0 comments on commit eccff8e

Please sign in to comment.