- Notifications
You must be signed in to change notification settings - Fork90
Open
Description
Pros of externalizing the install/build/clean commands and making them required
- No need to maintain all possible node package managers
installcommand - Support other build system than Node (e.g. Java, Rust, Go, Python, ...)
- All 3 install/build/clean are aligned and use normal shell script
Cons: Breaking change
name:Compressed Sizeon:[pull_request]jobs:build:runs-on:ubuntu-lateststeps: -uses:actions/checkout -uses:preactjs/compressed-size-actionwith:install-script:"npm ci"build-script:"npm run build"clean-script:"npm run clean"
Metadata
Metadata
Assignees
Labels
No labels