Skip to content

Commit

Permalink
fix: yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jul 12, 2023
1 parent 77e38c3 commit ecc2ab5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"./helpers": "./dist/helpers/index.js"
},
"scripts": {
"prebuild": "npx hardhat clean && rimraf dist",
"build": "npx cpx './templates/**/*' ./dist/templates && npx hardhat compile && tsc || exit 0",
"prebuild": "rimraf dist",
"build": "npx cpx './templates/**/*' ./dist/templates && npx hardhat compile --force && tsc || exit 0",
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
"lint:js:fix": "eslint --ext .js,.ts . --fix",
"lint:js": "eslint --ext .js,.ts .",
Expand Down Expand Up @@ -92,4 +92,4 @@
"tiny-secp256k1": "^2.2.3",
"ws": "^8.13.0"
}
}
}
Loading

0 comments on commit ecc2ab5

Please sign in to comment.