Skip to content

Commit f4521a8

Browse files
committed
🔧 fix build script
1 parent 2d50ce3 commit f4521a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"pretty-quick": "pretty-quick --staged --pattern \"./src/**/*.{js,ts,json}\"",
1414
"clean": "rimraf dist",
1515
"test": "jest",
16-
"build": "run-s clean tsc",
16+
"transpile": "tsc",
17+
"build": "run-s clean transpile",
1718
"prepublishOnly": "npm run build"
1819
},
1920
"author": "Stackbox <dev@stackbox.xyz>",

0 commit comments

Comments
 (0)