aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-15 16:27:15 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-15 16:27:15 +0530
commit07cb2d6c9febe00d1025d7f6aeb3ce92b6eb4fbe (patch)
tree37c51ac89474724aab1ce2c7aa83117adb8545a6 /package.json
parenta2b3346365b418e0c3605569cd826e4f35f9a9e5 (diff)
downloadts-types-lang-main.tar.gz
ts-types-lang-main.zip
chore: adds test commandHEADmain
Diffstat (limited to '')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f3d2577..92dd0ef 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
"build": "tsc",
"cli": "ts-node src/index.ts",
"docs": "typedoc --plugin typedoc-plugin-markdown ./stdlib/*.ts",
+ "test:stdlib": "yarn cli run ./tests/builtins.spec.ts",
"format": "prettier --write ./**/*.ts",
"postinstall": "yarn build",
"prepublish": "yarn build"