mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-01 04:50:27 +00:00
8 lines
69 B
Bash
8 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# publish to npm
|
||
|
|
||
|
./bin/clean.sh
|
||
|
|
||
|
npm publish || exit 1
|