Skip to content

Commit ad2c7bb

Browse files
authored
Update package.json
1 parent d1a70a3 commit ad2c7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "npm run serve",
88
"start-dev": "nodemon --config \"./nodemon.json\"/",
9-
"build": "rmdir /S /Q \"build/\" && tsc",
9+
"build": "tsc",
1010
"build-ts": "tsc",
1111
"serve": "node build/server.js"
1212
},

0 commit comments

Comments
 (0)