Skip to content

Commit

Permalink
build: add compile step to prepack
Browse files Browse the repository at this point in the history
So that the package can be installed from GitHub directly
  • Loading branch information
tien committed Mar 27, 2024
1 parent 1f5e2ee commit 8a48f54
Showing 1 changed file with 2 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,8 +16,9 @@
"repository": "https://github.com/polkawallet-io/bridge.git",
"homepage": "https://github.com/polkawallet-io/bridge",
"scripts": {
"clain": "rm -rf build",
"clean": "rm -rf build",
"build": "tsc",
"prepack": "tsc",
"test": "jest --runInBand --detectOpenHandles --forceExit",
"lint": "polkadot-dev-run-lint",
"build:docs": "ts-node ./scripts/generate-bridge-document.ts",
Expand Down

0 comments on commit 8a48f54

Please sign in to comment.