chore(ci): go in the opposite direction

This commit is contained in:
Paul Makles
2022-04-29 15:49:05 +01:00
parent 37a5e3af5f
commit f3cf4f01ca
3 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
"dev": "node scripts/setup_assets.js --check && vite",
"pull": "node scripts/setup_assets.js",
"build": "rimraf build && node scripts/setup_assets.js --check && vite build",
"build:highmem": "NODE_OPTIONS='--max-old-space-size=4096' yarn build",
"preview": "vite preview",
"lint": "eslint src/**/*.{js,jsx,ts,tsx}",
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",