Spaces:
Running
Running
Hozifa Elgharbawy
commited on
Commit
·
2e599a7
1
Parent(s):
62ecf97
fix
Browse files- package.json +1 -1
package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"description": "",
|
5 |
"main": "dist/index.js",
|
6 |
"scripts": {
|
7 |
-
"start": "tsc && tsc-alias && node dist/index.js",
|
8 |
"start:dev": "nodemon -r tsconfig-paths/register src/index.ts",
|
9 |
"build": "tsc",
|
10 |
"lint": "eslint . --ext .ts"
|
|
|
4 |
"description": "",
|
5 |
"main": "dist/index.js",
|
6 |
"scripts": {
|
7 |
+
"start": "rimraf dist && tsc && tsc-alias && node dist/index.js",
|
8 |
"start:dev": "nodemon -r tsconfig-paths/register src/index.ts",
|
9 |
"build": "tsc",
|
10 |
"lint": "eslint . --ext .ts"
|