Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 213 Bytes

File metadata and controls

17 lines (15 loc) · 213 Bytes

Building

npm run build

Pushing as usual:

git add .
git commit -m "..."
git push

Patch

npm version patch

npm version now automatically syncs manifest.json version from package.json.