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 7f1df09 commit b074046Copy full SHA for b074046
package.json
@@ -19,8 +19,8 @@
19
"typecheck": "tsc",
20
"test": "vitest",
21
"test:coverage": "vitest --coverage",
22
- "analyze:server": "echo 'not implemented yet'; # ANALYZE=true webpack --config-name SERVER --profile --json > dist/stats.json && webpack-bundle-analyzer dist/stats.json",
23
- "analyze:client": "echo 'not implemented yet'; # ANALYZE=true webpack --config-name 'CLIENT:import' --profile --json > dist/stats.json && webpack-bundle-analyzer dist/stats.json",
+ "analyze:server": "echo 'not implemented yet'",
+ "analyze:client": "echo 'not implemented yet'",
24
"storybook": "storybook dev -p 6006",
25
"build-storybook": "storybook build",
26
"switch-env": "node ./scripts/switch-env.js"
0 commit comments