Skip to content

Commit

Permalink
fix: migrate to vike CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 21, 2025
1 parent f36dfbc commit 61fb3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"scripts": {
"start": "vite",
"start": "vike dev",
"build": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --emptyOutDir && cp -v ./manifest.json ./build/client/",
"prepare": "husky",
"test": "find ./ -type f -name *.spec.ts -not -path './e2e-tests/*' -not -path './node_modules/*' | xargs npx tsx --test --test-reporter spec",
Expand Down

0 comments on commit 61fb3ae

Please sign in to comment.