Skip to content

Commit

Permalink
🔨 add script to generate unsafe secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Nov 9, 2023
1 parent 966150c commit e5e44dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"lint:sol": "yarn solhint 'contracts/**/*.sol'",
"lint:sol-fix": "yarn prettier 'contracts/**/*.sol' --write && yarn solhint 'contracts/**/*.sol' --fix",
"lint:fix": "yarn lint:ts-fix && yarn lint:sol-fix",
"secret": "echo -e '\u001b[31m⚠️ WARNING: This script is intended for development use only. The generated .secret file is NOT SAFE for production environments.\u001b[0m' && echo 'primary twist rack vendor diagram image used route theme frown either will' > .abc",
"postinstall": "husky install",
"prepack": "pinst --disable && ./scripts/prepack-contracts.sh",
"postpack": "pinst --enable && ./scripts/postpack-contracts.sh",
Expand Down

0 comments on commit e5e44dd

Please sign in to comment.