Skip to content

Commit

Permalink
Make build work
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist committed Aug 26, 2024
1 parent cb14195 commit 1d47088
Show file tree
Hide file tree
Showing 28 changed files with 132 additions and 1,867 deletions.
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"scripts": {
"dev": "vite build --mode development --watch",
"build": "npm run check && vite build --mode production",
"build": "vite build --mode production",
"test": "vitest run --coverage ./src/**/*",
"lint": "eslint ./src --fix",
"format": "prettier ./src --write",
Expand Down
Loading

0 comments on commit 1d47088

Please sign in to comment.