Skip to content

Commit

Permalink
fix: clean command not finding rimraf (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Jan 27, 2024
1 parent f63a2aa commit d7ba8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/medusa-plugin-strapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "MIT",
"scripts": {
"integration-test": "yarn test",
"clean": "./node_modules/.bin/rimraf dist/ types/ services/ models/ migrations/ api/ subscribers/ utils/ index.js index.map.js",
"clean": "npx rimraf dist/ types/ services/ models/ migrations/ api/ subscribers/ utils/ index.js index.map.js",
"build": "npm run clean && tsc -p tsconfig.json",
"watch": "tsc --watch",
"test": "jest --coverage --runInBand --setupFiles=dotenv/config "
Expand Down

0 comments on commit d7ba8b3

Please sign in to comment.