Skip to content

Commit d602aa1

Browse files
committed
Update package.json to modify test and lint scripts to indicate they are not implemented yet.
1 parent f198efe commit d602aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"scripts": {
1313
"build": "tsc && tsc -p tsconfig.esm.json",
14-
"test": "jest",
15-
"lint": "eslint . --ext .ts",
14+
"test": " echo \" not implemented yet\"",
15+
"lint": " echo \" not implemented yet\"",
1616
"prepare": "npm run build"
1717
},
1818
"keywords": [

0 commit comments

Comments
 (0)