Skip to content

Commit

Permalink
refactor: script cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Oct 20, 2023
1 parent 1b0cb60 commit e1efb59
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 @@ -11,10 +11,10 @@
"build": "tsc",
"debug:bin": "NODE_OPTIONS=--no-warnings node --loader ts-node/esm src/bin.ts",
"lint:types": "tsc --noEmit",
"prebuild": "rm -rf dist/; npm run version",
"prebuild": "rm -rf dist/ && npm run version",
"prepack": "npm run build",
"test": "vitest run --coverage",
"test:smoke": "vitest --config=vitest-smoketest.config.ts ",
"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 e1efb59

Please sign in to comment.