Skip to content

Commit

Permalink
chore: 스토리북 버그 대응 cross-env 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seojisoosoo committed Jan 24, 2024
1 parent c92ecdd commit b5476e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"build": "next build",
"build-storybook": "NODE_OPTIONS='--max-old-space-size=4096' storybook build",
"build-storybook": "cross-env NODE_OPTIONS='--max-old-space-size=4096' storybook build",
"check": "conc -s all \"yarn:lint\" \"yarn:typecheck\" \"yarn:stylelint\" \"yarn:test:ci\"",
"dev": "next dev",
"test": "jest --watch",
Expand Down

0 comments on commit b5476e8

Please sign in to comment.