Skip to content

Commit

Permalink
chore: deploy script default values
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Mar 26, 2024
1 parent 18309ac commit bf45cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prettier:write": "npx prettier --write \"**/*.{json,md,yml,sol}\" \"!broadcast/**/*\" --ignore-path=.prettierignore",
"test": "forge test",
"test:coverage": "npm run clean && ./bin/coverage.sh",
"deploy": "./bin/deploy.sh $npm_config_network $npm_config_verify",
"deploy": "./bin/deploy.sh ${npm_config_network:-localhost} ${npm_config_verify:-0}",
"deploy:ds": "npm run -s deploy script/DocumentStore.s.sol:DocumentStoreScript \"run(string,address)\" \"$npm_config_name\" \"$npm_config_admin\"",
"deploy:ds:impl": "npm run -s deploy script/DocumentStoreInitializable.s.sol:DocumentStoreInitializableScript",
"deploy:ds:upgradeable": "npm run -s deploy script/DocumentStoreUpgradeable.s.sol:DocumentStoreUpgradeableScript \"run(string,address)\" \"$npm_config_name\" \"$npm_config_admin\"",
Expand Down

0 comments on commit bf45cad

Please sign in to comment.