We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fd918 commit 74f8286Copy full SHA for 74f8286
Projects/BooksLibrary/package.json
@@ -5,6 +5,7 @@
5
"main": "src/index.ts",
6
"scripts": {
7
"build": "tsc",
8
+ "rebuild": "rimraf dist && tsc",
9
"start": "tsc && ts-node --files ./src/index.ts",
10
"start:dev": "tsc && ts-node --files ./src/index.ts --watch",
11
"lint:fix": "eslint ./src/** --fix"
0 commit comments