Skip to content

Commit

Permalink
add helper for creating js package tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
krvital committed Oct 22, 2024
1 parent b1f750b commit 1a09ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/sdk/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "tsc",
"format": "prettier --write '**/*.ts'",
"lint": "npx eslint --quiet .",
"test": "ts-node test.ts"
"test": "ts-node test.ts",
"create-tarball": "npm i && npm run build && cp ./package.json ./lib && cd lib && npm pack --pack-destination ./.."
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 1a09ee3

Please sign in to comment.