diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-15 16:27:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-15 16:27:15 +0530 |
| commit | 07cb2d6c9febe00d1025d7f6aeb3ce92b6eb4fbe (patch) | |
| tree | 37c51ac89474724aab1ce2c7aa83117adb8545a6 /package.json | |
| parent | a2b3346365b418e0c3605569cd826e4f35f9a9e5 (diff) | |
| download | ts-types-lang-07cb2d6c9febe00d1025d7f6aeb3ce92b6eb4fbe.tar.gz ts-types-lang-07cb2d6c9febe00d1025d7f6aeb3ce92b6eb4fbe.zip | |
Diffstat (limited to '')
| -rw-r--r-- | package.json | 1 |
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" |
