Skip to content

Commit 74f8286

Browse files
committed
add rebuild command
1 parent d8fd918 commit 74f8286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Projects/BooksLibrary/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "src/index.ts",
66
"scripts": {
77
"build": "tsc",
8+
"rebuild": "rimraf dist && tsc",
89
"start": "tsc && ts-node --files ./src/index.ts",
910
"start:dev": "tsc && ts-node --files ./src/index.ts --watch",
1011
"lint:fix": "eslint ./src/** --fix"

0 commit comments

Comments
 (0)