game-algorithms/tools/wasm-pack-plugin
Gleb Koval fbc3f16dd8
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline failed Details
ci/woodpecker/push/wasm-o-x-rust unknown status Details
Dockerfile modification
2022-08-06 22:37:31 +00:00
..
Dockerfile Dockerfile modification 2022-08-06 22:37:31 +00:00
README.md wasm-pack-plugin 2022-08-06 20:32:27 +00:00
plugin.sh Fixed plugin.sh 2022-08-06 20:36:36 +00:00

README.md

wasm-pack plugin

This is a drone/woodpecker plugin for building and publishing wasm-pack packages.

Settings

  • actions (required): Actions (see below) to run
  • folder: Project folder
  • scope: NPM package scope

Build

  • build_profile (default=release): Build profile to use for wasm-pack build
  • make: Optionally run a make target building

Publish

  • username (required): NPM registry username
  • token (required): NPM registry auth token (secret recommended)
  • registry (default=https://registry.npmjs.org): NPM registry to publish to