Skip to content

Commit

Permalink
Restore build:test script
Browse files Browse the repository at this point in the history
  • Loading branch information
dichovsky committed Oct 13, 2024
1 parent 784910f commit 81d453f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"scripts": {
"prebuild": "npm run clean",
"build": "tsc --pretty --project tsconfig.prod.json",
"build:test": "tsc --pretty --noEmit --project tsconfig.json",
"clean": "rimraf ./out ./coverage ./test-results",
"docker:build": "docker build --compress -t test-pdf-to-png-converter .",
"predocker:run": "npm run clean",
Expand Down

0 comments on commit 81d453f

Please sign in to comment.