mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 08:58:11 +00:00
this should work
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build && node scripts/compileAssets.js",
|
||||
"preview": "vite preview",
|
||||
"preview": "vite preview --port 8000",
|
||||
"compileAssets": "node scripts/compileAssets.js --dev",
|
||||
|
||||
"lint": "eslint --fix",
|
||||
"lint:dry": "eslint",
|
||||
"stylelint": "stylelint --fix **/*.{less}",
|
||||
|
||||
Reference in New Issue
Block a user