-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch workflow and remove token added
- Loading branch information
1 parent
453b808
commit 5738b72
Showing
3 changed files
with
7 additions
and
14 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 |
---|---|---|
|
@@ -7,10 +7,11 @@ | |
"author": "adityajirafe <[email protected]>", | ||
"license": "MIT", | ||
"scripts": { | ||
"generate": "yarn build && node ./dist ci-check && node ./dist generate bolt-default-list patch", | ||
"generate": "yarn build-list && yarn ci-check", | ||
"build": "rm -rf ./dist && rollup -c", | ||
"build-list": "yarn build && node ./dist generate bolt-default-list patch", | ||
"ci-check": "yarn build && node ./dist ci-check", | ||
"ci-check-auto": "node ./dist ci-check", | ||
"ci-check-auto": "yarn build && node ./dist ci-check", | ||
"generate-auto": "node ./dist generate bolt-default-list patch" | ||
}, | ||
"dependencies": { | ||
|
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