Skip to content

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
baynt1 committed Sep 23, 2024
1 parent 017ca53 commit b70d953
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 @@ -9,7 +9,7 @@
"build:main": "vite build --mode production",
"build:dev": "vite build --mode development",
"lint": "eslint react-template --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": ".env | grep 'ALGA' && vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
Expand Down

0 comments on commit b70d953

Please sign in to comment.