Skip to content

Commit

Permalink
Merge pull request #3 from robertwb/build-scripts
Browse files Browse the repository at this point in the history
add build and clean script to compile ts
  • Loading branch information
jkwlui authored Jan 5, 2022
2 parents 231ba22 + 13c9691 commit 72f700f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/node-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"typescript": "^4.5.4"
},
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"worker": "node dist/apache_beam/worker/worker.js",
"test": "mocha"
},
Expand Down

0 comments on commit 72f700f

Please sign in to comment.