Skip to content

Commit

Permalink
Update packages/api/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Kanad Gupta <[email protected]>
  • Loading branch information
erunion and kanadgupta authored Aug 14, 2023
1 parent 282a28f commit 76af898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"lint:types": "tsc --noEmit",
"prebuild": "rm -rf dist/; npm run version",
"prepack": "npm run build",
"test": "vitest run --coverage",
"test:smoke": "vitest run --config=vitest-smoketest.config.ts ",
"test": "vitest --coverage",
"test:smoke": "vitest --config=vitest-smoketest.config.ts ",
"version": "node -p \"'// This file is automatically updated by the build script.\\nexport const PACKAGE_NAME = \\'' + require('./package.json').name + '\\';\\nexport const PACKAGE_VERSION = \\'' + require('./package.json').version + '\\';'\" > src/packageInfo.ts; git add src/packageInfo.ts"
},
"repository": {
Expand Down

0 comments on commit 76af898

Please sign in to comment.