mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 05:34:35 +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
|