mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-29 11:44:21 +08:00
3 lines
41 B
Bash
3 lines
41 B
Bash
|
|
#!/bin/bash
|
||
|
|
npm version patch
|
||
|
|
npm publish
|