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 afbdad7 commit b5e5ce5Copy full SHA for b5e5ce5
nodejs/package.json
@@ -5,8 +5,9 @@
5
"main": "dist/index.js",
6
"declaration": "./dist/index.d.ts",
7
"scripts": {
8
- "build": "rimraf dist && tsc -d",
9
- "watch": "tsc -w",
+ "clean": "rimraf dist",
+ "build": "npm run clean && tsc -d",
10
+ "watch": "npm run clean && tsc -w",
11
"prepublishOnly": "npm run build",
12
"lint": "eslint src --fix --ext .ts"
13
},
0 commit comments