Merged in feat/turborepo (pull request #1451)
Turborepo Approved-by: Linus Flood
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --fix --max-warnings 0 && tsc",
|
||||
"storybook": "yarn run generate && storybook dev -p 6006",
|
||||
"build-storybook": "storybook build",
|
||||
"test": "vitest",
|
||||
"test": "vitest --watch=false",
|
||||
"test:watch": "vitest",
|
||||
"prepack": "yarn run build",
|
||||
"prepare": "husky && yarn run build"
|
||||
},
|
||||
|
||||
8
packages/design-system/turbo.json
Normal file
8
packages/design-system/turbo.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"outputs": ["dist/**"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user