Skip to content

Commit 1009f2a

Browse files
LPD-XXXX - Add missing test script which does nothing for now since there are no tests
1 parent b7798dd commit 1009f2a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

modules/apps/frontend-js/frontend-js-clay-web/clay/www/.eslintrc.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

modules/apps/frontend-js/frontend-js-clay-web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"scripts": {
55
"build": "node-scripts build",
66
"checkFormat": "node-scripts format --check",
7-
"format": "node-scripts format"
7+
"format": "node-scripts format",
8+
"test": "node-scripts test"
89
},
910
"version": "1.0.0"
1011
}

0 commit comments

Comments
 (0)