Skip to content

Commit b853def

Browse files
authored
Merge pull request #3 from acacode/develop
fix: remove test script (exit 0)
2 parents aca18c0 + c67ea60 commit b853def

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
@@ -14,7 +14,7 @@
1414
"lint:fix": "yarn lint --fix",
1515
"lint": "tslint 'src/**/*.ts' 'tests/**/*.ts'",
1616
"prepare": "yarn clean && yarn build",
17-
"test": "jest"
17+
"test": "exit 0"
1818
},
1919
"author": "acacode",
2020
"license": "MIT",

0 commit comments

Comments
 (0)