Skip to content

Commit 3e8a6cb

Browse files
committed
Fix it
1 parent 7e8922e commit 3e8a6cb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.devcontainer/onCreate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ sudo rm -rf "$azcopy_dir"
3030
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
3131
"$SCRIPT_DIR/refreshTools.sh"
3232

33-
echo "Pre-starting the server and generating the optimized assets"
34-
npm run optimize --override
33+
echo "Installing Node.js dependencies"
34+
npm install
3535

3636
echo "Installing supervisor"
3737
sudo apt-get update && sudo apt-get install -y supervisor

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"lint": "eslint .",
1212
"test": "vitest",
1313
"test:run": "vitest run",
14-
"optimize": "vite optimize",
1514
"preview": "vite preview",
1615
"build:pages": "bash ./build-for-gh-pages.sh",
1716
"predeploy": "npm run build:pages",

0 commit comments

Comments
 (0)