We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8922e commit 3e8a6cbCopy full SHA for 3e8a6cb
2 files changed
.devcontainer/onCreate.sh
@@ -30,8 +30,8 @@ sudo rm -rf "$azcopy_dir"
30
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
31
"$SCRIPT_DIR/refreshTools.sh"
32
33
-echo "Pre-starting the server and generating the optimized assets"
34
-npm run optimize --override
+echo "Installing Node.js dependencies"
+npm install
35
36
echo "Installing supervisor"
37
sudo apt-get update && sudo apt-get install -y supervisor
package.json
@@ -11,7 +11,6 @@
11
"lint": "eslint .",
12
"test": "vitest",
13
"test:run": "vitest run",
14
- "optimize": "vite optimize",
15
"preview": "vite preview",
16
"build:pages": "bash ./build-for-gh-pages.sh",
17
"predeploy": "npm run build:pages",
0 commit comments