This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-bot/.travis

9 lines
313 B
Text

# can be used for travis build config et al config
#shadow-cljs do-something test
shadow-cljs release app
mkdir target/npm-build
cp mastodon-bot.js target/npm-build/
cp README.md target/npm-build/
tar -c -C target/npm-build -f target/npm-build.tar .
npm publish ./target/npm-build.tar --access public --tag dev0