diff --git a/package.json b/package.json index 694bd42b..198ff02b 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "version": "0.0.0", "type": "module", "scripts": { - "build": "vite build", - "typecheck": "npx tsc", - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "dev:frontend:start": "vite", "dev:api:start": "npx wrangler pages dev /functions --compatibility-date=2023-09-22", "dev:tunnel": "../ngrok http --domain=causal-magpie-closing.ngrok-free.app 5173", + "build": "vite build", + "typecheck": "npx tsc", + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "test:api": "npx vitest --dir functions/", "test:api:coverage:": "npx vitest run --dir functions/ --coverage", "test:frontend": "npx vitest --dir src/",