create-web3-dapp icon indicating copy to clipboard operation
create-web3-dapp copied to clipboard

Added clean start build scripts

Open kenryu42 opened this issue 3 years ago • 0 comments

Added the following custom scripts for package.json #18

"clean": "rm -rf dist",
"start": "node dist/index.js",
"build": "npm run clean && npx tsc"

And updated the contributing.md accordingly.

kenryu42 avatar Aug 09 '22 13:08 kenryu42