ci: verbose build of upend.js

feat/type-attributes
Tomáš Mládek 2023-06-19 17:10:07 +02:00
parent c925ff5cac
commit 7118ea1e4c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Client library to interact with the UpEnd system.",
"scripts": {
"build": "tsc",
"build": "tsc --build --listFiles --verbose",
"test": "ava",
"lint": "eslint ."
},