Skip to content

Commit

Permalink
Merge pull request #8 from xponential-asia/fix/package-json-prepare-cmd
Browse files Browse the repository at this point in the history
adding prepare command
  • Loading branch information
pornchaiXpo authored Dec 25, 2024
2 parents 52c4b3f + 8cb249c commit 798bfb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@
"scripts": {
"build": "run-s clean build:tsc",
"build:tsc:watch": "tsc --build ./tsconfig.json --watch",
"build:tsc": "tsc -b",
"build:tsc": "tsc -p tsconfig.json",
"clean": "rimraf api services utils types loaders auth-strategies coverage tsconfig.tsbuildinfo",
"test": "jest",
"test:ci": "yarn add -D @medusajs/medusa@${MEDUSAJS_VERSION} && yarn run test"
"test:ci": "yarn add -D @medusajs/medusa@${MEDUSAJS_VERSION} && yarn run test",
"prepare": "yarn build"
},
"peerDependencies": {
"passport": "^0.6.0",
Expand Down

0 comments on commit 798bfb6

Please sign in to comment.