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 bb3cdb4 commit eba78fcCopy full SHA for eba78fc
package.json
@@ -149,7 +149,7 @@
149
"build:workspaces": "npm run build -ws --if-present",
150
"build": "tsc --project ./src/tsconfig.build.json && rollup -c ./src/rollup.config.js",
151
"check": "npm run lint:errors && npm run compile && npm run build-storybook && npm run generate:jsonschema:dist",
152
- "check:paths": "node ./devops/build/check-path-length.js dist-cms 140",
+ "check:paths": "node ./devops/build/check-path-length.js dist-cms 120",
153
"compile": "tsc",
154
"dev": "vite",
155
"dev:server": "VITE_UMBRACO_USE_MSW=off vite",
0 commit comments