build-vite

star 3

Build Vite in docker container and verify the build passes.

4IRL By 4IRL schedule Updated 2/17/2026

name: build-vite description: Build Vite in docker container and verify the build passes.

Development occurs inside a Docker container. There is a delay between saving written files, and the files being read by Docker. Account for this.

You MUST check that Vite build occurs appropriately in Docker. Checking that Vite builds correctly on the host WILL cause a failure.

Use the command: docker exec u4i-local-vite npm run build 2>&1

  1. The first attempt may have a permissions issue or a slight delay. Wait for the response
  2. Otherwise, if it fails on the first attempt, try the command again.
Install via CLI
npx skills add https://github.com/4IRL/urls4irl --skill build-vite
Repository Details
star Stars 3
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator