generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rebuild dist with proper deps * Add YANKED to v3.3.1 * Better description
- Loading branch information
Showing
5 changed files
with
4,430 additions
and
1,175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
VERSION=$1 | ||
|
||
# Bump package.json | ||
jq --arg VERSION $VERSION '.version = $VERSION' package.json > updated.json && mv updated.json package.json | ||
|
||
# Install latest deps | ||
npm install | ||
|
||
# Run all tests and package the dist/* | ||
npm run all |
Oops, something went wrong.