Skip to content

Commit

Permalink
fix-prep-bug (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk authored Mar 8, 2024
1 parent 34f089c commit a7bf427
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 @@ -11,7 +11,7 @@
"lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path ./.gitignore",
"lint:format": "prettier --loglevel warn --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" ",
"preview": "vite preview",
"prepare": "vite-envs update-types"
"prepare": "if [ \"$NODE_ENV\" != \"production\" ]; then vite-envs update-types; fi"
},
"dependencies": {
"@emotion/react": "^11.11.4",
Expand Down

0 comments on commit a7bf427

Please sign in to comment.