We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d50ce3 commit f4521a8Copy full SHA for f4521a8
1 file changed
package.json
@@ -13,7 +13,8 @@
13
"pretty-quick": "pretty-quick --staged --pattern \"./src/**/*.{js,ts,json}\"",
14
"clean": "rimraf dist",
15
"test": "jest",
16
- "build": "run-s clean tsc",
+ "transpile": "tsc",
17
+ "build": "run-s clean transpile",
18
"prepublishOnly": "npm run build"
19
},
20
"author": "Stackbox <dev@stackbox.xyz>",
0 commit comments