mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 22:23:10 +00:00
Update the setup script (compile => build:ts)
This commit is contained in:
parent
fdcec5ea25
commit
7bbc065c35
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user