Update package.json to add the deploy script & remove package-lock.json from the repository

This commit is contained in:
EmperorOrokuSaki 2022-12-02 00:26:14 +03:30
parent a377fb9dd3
commit 2ae2dbd354
3 changed files with 6 additions and 37569 deletions

5
.gitignore vendored
View File

@ -3,4 +3,7 @@ node_modules
# hardhat
cache
artifacts
artifacts
# NPM
package-lock.json

37567
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,8 @@
"scripts": {
"test": "hardhat test",
"format": "prettier --write \"./**/*.{js,ts,sol}\"",
"deploy:mumbai": "node scripts/deploy.js --network polygon_mumbai --contract FleekERC721 --param \"Fleek Sites Test\" --param FST"
"deploy:mumbai": "node scripts/deploy.js --network polygon_mumbai --contract FleekERC721 --param \"Fleek Sites Test\" --param FST",
"compile": "hardhat compile"
},
"repository": {
"type": "git",