Command | Description |
---|---|
npm install |
Install project dependencies |
npm start |
Build project and open web server running project |
npm run build |
Builds code bundle with production settings (minification, uglification, etc..) |
- Bump the package version (
npm version patch/minor/major
) - Push changes
- Go to release action
- Select "Run workflow", and confirm on
main
branch
The workflow will automatically create a build and upload it to itch.io.
Based on Phaser 3 boilerplate project