packages/cli: enable tests again

This commit is contained in:
Patrik Oldsberg
2020-02-28 00:22:15 +01:00
parent 500a9cfaaf
commit e67058789c
+1 -1
View File
@@ -8,7 +8,7 @@
"scripts": {
"build": "web-scripts build",
"lint": "web-scripts lint",
"test": "web-scripts test || true",
"test": "web-scripts test",
"start": "nodemon ."
},
"devDependencies": {