npm ci
npx vite build --watch
- edit contents of
public/foo
expected: dist/foo
contains updated content
actual: dist/foo
contains content old content from when npx vite build --watch
was started
npm ci
npx vite build --watch
public/foo
expected: dist/foo
contains updated content
actual: dist/foo
contains content old content from when npx vite build --watch
was started