See Import behavior matrix table
npm ci --ignore-scripts
npm start
npm run <name>
build
- Runs all bundlers. Only needs to run whenever changes in./cases/
are introducedrun-all
- Runs all tests and produces JSON files in./results/
run-node
- Runs only node tests - useful for switching node versions and rerunningrun-endo
- Runs only endo tests - useful when switching endo versionsgenerate
- Collects./results/*
and generates the table.md fileupdate-endo
- installs latest endo packages used in tests- bun is not included in
build
by default and has to be used withnpm run build:bun
after it's been installed on the machine.
Rollup and webpack have their configuration files. Parcel could only be configured in package.json (in cases) - nothing else should be added to that package.json