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