From 07cb2d6c9febe00d1025d7f6aeb3ce92b6eb4fbe Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Jan 2023 16:27:15 +0530 Subject: chore: adds test command --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') 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" -- cgit v1.3.1