Skip to content

Commit

Permalink
build file
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Aug 4, 2023
1 parent e151233 commit 5a843ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"start": "vite",
"start-dev": "vite dev",
"install": "( git submodule update --init --recursive && node -r esm ./scripts/build.js )",
"install": "( git submodule update --init --recursive && node -r esm ./build.js )",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"lint": "yarn check:eslint && yarn check:prettier",
"check:eslint": "eslint src/*",
Expand Down Expand Up @@ -121,4 +121,4 @@
"vite": "4.4.7",
"vite-plugin-static-copy": "0.16.0"
}
}
}

0 comments on commit 5a843ae

Please sign in to comment.