We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949245f commit b07d35dCopy full SHA for b07d35d
package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "build": "npx tsc"
+ "build-dev": "tsc",
9
+ "build-prod": "tsc -d"
10
},
11
"repository": {
12
"type": "git",
0 commit comments