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

Commit

Permalink
fix: build script (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed May 3, 2021
1 parent fd8689a commit debaba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": "https://github.com/paritytech/txwrapper",
"scripts": {
"build": "rimraf lib/ && tsc -p tsconfig.build.json",
"build": "rimraf lib/ && substrate-exec-tsc -p tsconfig.build.json",
"deploy": "yarn build && standard-version",
"docs": "typedoc",
"lint": "substrate-dev-run-lint",
Expand All @@ -29,6 +29,7 @@
"devDependencies": {
"@substrate/dev": "^0.5.2",
"@types/memoizee": "^0.4.3",
"rimraf": "^3.0.2",
"standard-version": "^9.1.1",
"ts-node": "^9.0.0",
"typedoc": "^0.20.32",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ __metadata:
"@substrate/dev": ^0.5.2
"@types/memoizee": ^0.4.3
memoizee: ^0.4.14
rimraf: ^3.0.2
standard-version: ^9.1.1
ts-node: ^9.0.0
typedoc: ^0.20.32
Expand Down

0 comments on commit debaba4

Please sign in to comment.