Skip to content

Commit b074046

Browse files
committed
remove comment on webpack analyzer
1 parent 7f1df09 commit b074046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"typecheck": "tsc",
2020
"test": "vitest",
2121
"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",
22+
"analyze:server": "echo 'not implemented yet'",
23+
"analyze:client": "echo 'not implemented yet'",
2424
"storybook": "storybook dev -p 6006",
2525
"build-storybook": "storybook build",
2626
"switch-env": "node ./scripts/switch-env.js"

0 commit comments

Comments
 (0)