chore(jslib): rebuild before running tests

feat/selector-improvements
Tomáš Mládek 2023-11-11 11:17:25 +01:00
parent c617d1853b
commit 6f00c2f583
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "Client library to interact with the UpEnd system.",
"scripts": {
"build": "tsc --build --verbose",
"test": "ava",
"test": "pnpm build && ava",
"lint": "eslint ."
},
"author": "Tomáš Mládek <t@mldk.cz>",