Update the setup script (compile => build:ts)

This commit is contained in:
Convly 2022-12-30 10:56:57 +01:00
parent fdcec5ea25
commit 7bbc065c35

View File

@ -29,7 +29,7 @@
],
"scripts": {
"prepare": "husky install",
"setup": "yarn && yarn clean && yarn compile && yarn build",
"setup": "yarn && yarn clean && yarn build:ts && yarn build",
"clean": "lerna run --stream clean --no-private",
"watch": "lerna run --stream watch --no-private",
"build": "lerna run --stream build --no-private",