Skip to content

Commit

Permalink
removing useless tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Feb 12, 2024
1 parent b2f3308 commit 9306d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"compile": "cd contracts && ${AZTEC_NARGO:-aztec-nargo} compile",
"codegen": "${AZTEC_CLI:-aztec-cli} codegen contracts/target -o artifacts --ts",
"clean": "rm -rf ./dest .tsbuildinfo ./artifacts ./contracts/target",
"prep": "yarn clean && yarn compile && yarn codegen && tsc -b",
"prep": "yarn clean && yarn compile && yarn codegen",
"dev": "webpack serve --mode development",
"build": "yarn prep && webpack",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 9306d4b

Please sign in to comment.