diff options
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json index 35d2fbbe..587e8a14 100644 --- a/util/package.json +++ b/util/package.json @@ -6,7 +6,7 @@ "types": "src/index.ts", "scripts": { "start": "npm run build && node dist/", - "test": "npm run build && jest", + "test": "npm run build && npx jest", "postinstall": "npm run build", "build": "npx tsc -p .", "typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js" |