Skip to content

Commit

Permalink
updated rimraf script
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Feb 5, 2024
1 parent eb05d0b commit 9d2f0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"start": "npx prisma migrate deploy && npx pm2 --no-daemon start dist/server.js",
"build": "rimraf ./dist && tsc",
"rimraf": "./node_modules/rimraf/bin.js",
"test": "jest --forceExit",
"test:watch": "jest --watchAll --forceExit",
"dev": "nodemon -r dotenv/config ./src/server.ts",
Expand Down

0 comments on commit 9d2f0bb

Please sign in to comment.