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