-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Rename pxe script generate-package-info to generate (#10534)
This ensures the command is caught by the `yarn generate` step for the `build:fast` script in the root package.json. --------- Co-authored-by: Gregorio Juliana <[email protected]>
- Loading branch information
1 parent
cce7b99
commit ead9c0b
Showing
3 changed files
with
8 additions
and
9 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"scripts": { | ||
"build": "yarn clean && yarn generate:package_info && tsc -b", | ||
"build": "yarn clean && yarn generate && tsc -b", | ||
"clean": "rm -rf ./dest .tsbuildinfo ./src/config/package_info.ts", | ||
"generate:package_info": "node ./scripts/generate_package_info.js" | ||
"generate": "node ./scripts/generate_package_info.js" | ||
} | ||
} |
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