Skip to content

Commit

Permalink
chore: whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iorveth committed Aug 25, 2024
1 parent 2149223 commit a32c030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avida-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"setup": "pnpm run reset && pnpm install",
"reset": "pnpm dlx rimraf --glob ./**/node_modules",
"build": "NODE_ENV=production pnpm run build:txutils && pnpm run build:types",
"local-demo": "node --env-file=./env/local.contract ./scripts/local-e2e-demo.mjs",
"local-demo": "node --env-file=./env/local.contract ./scripts/local-e2e-demo.mjs",
"build:txutils": "tsc -p ./packages/avida-tx-utils && tsc-alias -p ./packages/avida-tx-utils/tsconfig.json",
"build:types": "node ./scripts/gen-contract-types.mjs && tsc -p ./packages/avida-common-types && tsc-alias -p ./packages/avida-common-types/tsconfig.json",
"scripts-type-check": "tsc --pretty --noEmit --project tsconfig.base.json",
Expand Down

0 comments on commit a32c030

Please sign in to comment.