Skip to content

Commit

Permalink
Remove duplicated rimraf command
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Jul 8, 2024
1 parent e16fe89 commit 8c5c223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "rimraf prisma/migrations && node bin/test",
"------------------------BUILDS------------------------": "",
"build": "npm run build:prisma && npm run build:sdk && npm run build:main && npm run build:test",
"build:api": "rimraf packages/api/lib && nestia sdk && rimraf packages/api/lib && tsc -p packages/api/tsconfig.json && rollup -c packages/api/rollup.config.js",
"build:api": "rimraf packages/api/lib && nestia sdk && tsc -p packages/api/tsconfig.json && rollup -c packages/api/rollup.config.js",
"build:main": "rimraf lib && tsc",
"build:prisma": "prisma generate --schema=prisma/schema.prisma",
"build:sdk": "rimraf src/api/functional && nestia sdk",
Expand Down

0 comments on commit 8c5c223

Please sign in to comment.