Skip to content

Commit

Permalink
add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 10, 2023
1 parent cc6a53b commit c376285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"clean": "rimraf dist *.tsbuildinfo",
"compile": "tsc -b",
"prepare": "yarn clean && yarn compile",
"prepare": "ls -la ../core/artifacts/ && yarn clean && yarn compile",
"test": "tsc -b && bash scripts/test.sh",
"test:watch": "fgbg 'bash scripts/test.sh --watch' 'tsc -b --watch' --",
"version": "node ../../scripts/bump-changelog.js"
Expand Down

0 comments on commit c376285

Please sign in to comment.