Skip to content

Commit

Permalink
chore(package): remove doubled rm statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Apr 4, 2024
1 parent 84fc249 commit 71e5e23
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "rm -rf dist && rm -rf dist && tsc -p tsconfig.json",
"build": "rm -rf dist && tsc -p tsconfig.json",
"start": "cross-env NODE_ENV=production && node dist/index.js",
"dev": "cross-env NODE_ENV=development && tsx src/index.ts",
"dev:hot": "cross-env NODE_ENV=development && tsx watch src/index.ts",
Expand Down

0 comments on commit 71e5e23

Please sign in to comment.