Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feature(setup): missing build file
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Dec 14, 2022
1 parent a1c073e commit 1255a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/walletkit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bignumber.js": "^9.1.1"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"build": "tsc -b ./tsconfig.build.json",
"test": "jest --maxWorkers=100% --passWithNoTests",
"lint": "eslint ."
},
Expand Down

0 comments on commit 1255a34

Please sign in to comment.