Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
Signed-off-by: James Struga <jstruga@rocketsoftware.com>
  • Loading branch information
James Struga committed May 30, 2024
1 parent c885da7 commit caa272d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
"i18n": "ng-xi18n -p tsconfig.i18n.json --i18nFormat=xlf --outFile=messages.xlf && xliffmerge -p xliffmerge.json",
"lint": "tslint -c tslint.json \"./**/*.ts\""
"lint": "tslint -c tslint.json \"./**/*.ts\"",
"test": "exit 0"
},
"private": true,
"devDependencies": {
Expand Down

0 comments on commit caa272d

Please sign in to comment.