aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-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"