Skip to content

fix(NE-6938): align npm scripts — add build:dev#2

Open
kaktus-klaus wants to merge 1 commit intoneedle-engine:mainfrom
kaktus-klaus:feature/NE-6938
Open

fix(NE-6938): align npm scripts — add build:dev#2
kaktus-klaus wants to merge 1 commit intoneedle-engine:mainfrom
kaktus-klaus:feature/NE-6938

Conversation

@kaktus-klaus
Copy link
Copy Markdown

Summary

Aligns npm scripts with the standard set required by NE-6938:

  • npm run dev — dev server (vite dev --host) ✅ already present
  • npm run start — alias to dev ✅ already present
  • npm run build — production build ✅ already present
  • npm run build:dev — dev build without compression ← added

Changes

  • Added build:dev script: vite build

Linear: NE-6938

🤖 Generated with Claude Code

- Add `build:dev` script: `vite build` (no-compression build)
- Change `start` to alias `npm run dev` (was already correct)
- Keep `dev`, `build`, `preview`, `check` unchanged

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant