-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: incorrect setting of env variables for windows (#1763)
* fix(blade): added rules for prettier to resolve '[eslint] Delete CR [prettier/prettier]' error * fix(blade): fixed scripts for project setup in Windows Added 'set' keyword in scripts to add env variables and values during script execution Used escape character to remove extra space character that was getting appended to env variable value * feat: use cross-env for windows support * fix: removed prettier rule as it might create conflicts on different environments --------- Co-authored-by: rzpcibot <tools+cibot@razorpay.com>
- Loading branch information
1 parent
dc0d4bf
commit 37c265d
Showing
2 changed files
with
24 additions
and
16 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