Add a helper script to publish the NPM package.
[ustaxlib.git] / package.json
index e5b6d181af88003ef8b4903c7c73c5100860789c..5f660754d2e9ae988f31d95916708faa72acf5da 100644 (file)
@@ -4,10 +4,9 @@
   "description": "A library for modeling individual US tax returns.",
   "repository": "https://github.com/rsesek/ustaxlib",
   "scripts": {
-    "prepare": "./build.sh",
+    "npm-publish": "./build.sh && npm publish dist",
     "dev": "jest --watch",
     "test": "jest",
-    "check": "tsc --noEmit",
     "debug": "node --inspect-brk --stack-trace-limit=1000 node_modules/.bin/jest --coverage=false"
   },
   "author": "Robert Sesek",