Add default test target

This commit is contained in:
Christopher Schleiden
2022-12-08 10:37:23 -08:00
parent 48476c8b0f
commit ed2593fdc2
+1 -1
View File
@@ -18,7 +18,7 @@
"build": "webpack --mode production",
"clean": "rimraf dist",
"start": "webpack-dev-server --mode development --open",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "exit 0",
"watch": "webpack --watch --mode development --env esbuild"
},
"license": "MIT",