Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from ourzora/publish-src
Browse files Browse the repository at this point in the history
just publish the src directory, no need to copy the output
  • Loading branch information
kulkarohan authored Aug 8, 2023
2 parents 73495ec + bf02bf5 commit df094e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"repository": "https://github.com/ourzora/protocol-rewards.git",
"license": "MIT",
"files": [
"dist/"
"src/"
],
"scripts": {
"prepack": "mkdir -p dist && cp -r src/ dist/contracts && cp -r out/ dist/artifacts/",
"prettier:check": "prettier --check 'src/**/*.sol' 'test/**/*.sol' 'script/**/*.sol'",
"prettier": "prettier --write 'src/**/*.sol' 'test/**/*.sol' 'script/**/*.sol'"
},
Expand Down

0 comments on commit df094e2

Please sign in to comment.