Skip to content

Commit

Permalink
fix(build): Update build script to include copying blockchain artifac…
Browse files Browse the repository at this point in the history
…ts and hardhat.config.js
  • Loading branch information
suk-6 committed Sep 21, 2024
1 parent c855cef commit 8ae92a2
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 @@ -8,7 +8,7 @@
"scripts": {
"build": "pnpm run build:nest && pnpm run build:copy",
"build:nest": "nest build",
"build:copy": "copyfiles --up 3 src/modules/blockchain/contracts/* dist/src/modules/blockchain && copyfiles --up 3 --all \"src/modules/blockchain/artifacts/**/*\" dist/src/modules/blockchain",
"build:copy": "copyfiles --up 3 src/modules/blockchain/contracts/* dist/src/modules/blockchain && copyfiles --up 3 --all \"src/modules/blockchain/artifacts/**/*\" dist/src/modules/blockchain && copyfiles hardhat.config.js dist",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
Expand Down

0 comments on commit 8ae92a2

Please sign in to comment.