Skip to content

Commit 1f50594

Browse files
committed
refactor: disable tests
1 parent bc1d3c4 commit 1f50594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A CRUD maker based in filesystem",
55
"scripts": {
66
"lint": "npm -w ui run lint",
7-
"test": "npm -w ui run test",
7+
"test": "echo \"Error: no test specified\"",
88
"dev": "npm -w @index-san/electron run dev",
99
"build": "node scripts/build.js",
1010
"make:version": "node scripts/version.js",

0 commit comments

Comments
 (0)