We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a11b1 commit 6e072e2Copy full SHA for 6e072e2
package.json
@@ -147,7 +147,7 @@
147
"build:workspaces": "npm run build -ws --if-present",
148
"build": "tsc --project ./src/tsconfig.build.json && rollup -c ./src/rollup.config.js",
149
"check": "npm run lint:errors && npm run compile && npm run build-storybook && npm run generate:jsonschema:dist",
150
- "check:paths": "node ./devops/build/check-path-length.js src 140",
+ "check:paths": "node ./devops/build/check-path-length.js dist-cms 140",
151
"compile": "tsc",
152
"dev": "vite",
153
"dev:server": "VITE_UMBRACO_USE_MSW=off vite",
0 commit comments