Skip to content

Commit

Permalink
WIP: Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Nov 20, 2023
1 parent 287de15 commit c1a722e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdc-qrf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"build": "tsc",
"coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test": "vitest --no-threads",
"prepare": "npm run build",
"test": "vitest run --no-threads",
// "prepare": "npm run build",
"typecheck": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit c1a722e

Please sign in to comment.