Skip to content

Commit

Permalink
fix: add rimraf and update codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Aug 9, 2024
1 parent a1b6302 commit d058181
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"build": "node scripts/build.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"generate:types": "fuels typegen -i ../../contracts/**/*-abi.json -o ./src/contract-types",
"generate:types": "rimraf ./src/contract-types && fuels typegen -i ../../contracts/**/*-abi.json -o ./src/contract-types",
"test-contract": "tsx scripts/getBalanceOf.ts"
},
"packageManager": "pnpm@9.1.1",
Expand Down Expand Up @@ -168,6 +168,7 @@
"@types/lodash": "^4.14.191",
"@types/lodash.debounce": "^4.0.7",
"gh-pages": "^4.0.0",
"rimraf": "^6.0.1",
"tsx": "^4.16.2"
}
}
60 changes: 60 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d058181

Please sign in to comment.