mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
8 lines
69 B
Bash
8 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# publish to npm
|
||
|
|
||
|
./bin/clean.sh
|
||
|
|
||
|
npm publish || exit 1
|