Skip to content

Commit

Permalink
fix: local build
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSmuda committed Oct 24, 2023
1 parent b2b3947 commit d02d4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dev:css": "postcss ./styles/**/*.css --dir ./app/styles --watch",
"dev:remix": "remix dev",
"generate:css": "postcss ./styles/**/*.css --dir ./app/styles --env production",
"test:build": "cross-env NODE_ENV=testing remix build",
"test:build": "cross-env NODE_ENV=production remix build",
"test:e2e": "cypress open",
"test:unit": "vitest",
"test:coverage": "vitest --coverage",
"test:start": "cross-env NODE_ENV=testing remix-serve ./build/index.js",
"test:start": "cross-env NODE_ENV=production remix-serve ./build/index.js",
"start:netlify": "cross-env NODE_ENV=production netlify dev",
"typecheck": "tsc -b && tsc -b cypress",
"tsc": "tsc -b",
Expand Down

0 comments on commit d02d4ff

Please sign in to comment.