We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ac57e commit a799c56Copy full SHA for a799c56
1 file changed
package.json
@@ -63,6 +63,7 @@
63
},
64
"sideEffects": false,
65
"scripts": {
66
+ "test:run": "echo \"Error: no test specified\" && exit 0",
67
"dev": "unbuild --stub",
68
"lint": "eslint .",
69
"lint:fix": "eslint . --fix",
0 commit comments