mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-09 08:50:26 +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
|