diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b5f4484..462afb8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "emprespresso", "license": "MIT", "scripts": { - "build": "tsc && tsconfig-replace-paths --project tsconfig.json", + "build": "npm test && tsc && tsconfig-replace-paths --project tsconfig.json", "test": "jest", "dev": "tsc --watch", "clean": "rm -rf dist node_modules", |
