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 57f3238 commit b55c947Copy full SHA for b55c947
package.json
@@ -152,7 +152,7 @@
152
"build": "tsc --project ./src/tsconfig.build.json",
153
"postbuild": "rollup -c ./src/rollup.config.js",
154
"check": "npm run lint:errors && npm run compile && npm run build-storybook && npm run generate:jsonschema:dist",
155
- "check:paths": "node ./devops/build/check-path-length.js dist-cms 120",
+ "check:paths": "node ./devops/build/check-path-length.js dist-cms 125",
156
"compile": "tsc",
157
"dev": "vite",
158
"dev:server": "VITE_UMBRACO_USE_MSW=off vite",
0 commit comments