fix ci-lint
This commit is contained in:
parent
9bfb492488
commit
c32c0c6e9a
1 changed files with 2 additions and 2 deletions
|
@ -44,6 +44,6 @@ upload:
|
||||||
- cp target/mastodon-bot.js.sha512 target/npm-build/mastodon_bot/
|
- cp target/mastodon-bot.js.sha512 target/npm-build/mastodon_bot/
|
||||||
- cp package.json target/npm-build/mastodon_bot/
|
- cp package.json target/npm-build/mastodon_bot/
|
||||||
- cp README.md target/npm-build/mastodon_bot/
|
- cp README.md target/npm-build/mastodon_bot/
|
||||||
- #npm version --no-git-tag-version $(npm view <yourProject>@latest version)
|
#- npm version --no-git-tag-version $(npm view <yourProject>@latest version)
|
||||||
- #npm version --no-git-tag-version prerelease
|
#- npm version --no-git-tag-version prerelease
|
||||||
- npm publish ./target/npm-build/mastodon_bot --access public
|
- npm publish ./target/npm-build/mastodon_bot --access public
|
||||||
|
|
Reference in a new issue