Skip to content

Commit

Permalink
feat: prepack script to allow github installs
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner committed Dec 5, 2023
1 parent 4c0c2f9 commit 7f6e674
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 @@ -53,7 +53,8 @@
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json && echo '{\"type\": \"module\"}' > esm/package.json",
"clean": "exec git clean -xf -e 'node_modules' '*'",
"test": "jest test --no-cache --forceExit"
"test": "jest test --no-cache --forceExit",
"prepack": "yarn build"
},
"dependencies": {
"@kiltprotocol/sdk-js": "^0.34.0",
Expand Down

0 comments on commit 7f6e674

Please sign in to comment.