feat: wire pnpm conformance script + turbo task
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"test:e2e": "turbo run test:e2e",
|
||||
"test:stories": "turbo run test:stories",
|
||||
"typecheck": "turbo run typecheck",
|
||||
"conformance": "node scripts/conformance.mjs",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
||||
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\""
|
||||
},
|
||||
|
||||
@@ -75,6 +75,14 @@
|
||||
"typecheck": {
|
||||
"dependsOn": []
|
||||
},
|
||||
"conformance": {
|
||||
"inputs": [
|
||||
"packages/*/src/feature.manifest.ts",
|
||||
"scripts/conformance.mjs",
|
||||
"packages/core-eslint/rules/_manifest-ast.js"
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
"build-storybook": {
|
||||
"outputs": ["storybook-static/**"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user