Skip to content

Commit 54863ad

Browse files
committed
chore(package): add default test script
1 parent 04ca383 commit 54863ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"homepage": "https://github.com/ReRokutosei/picgo-plugin-localbackup",
1010
"scripts": {
1111
"build": "tsc",
12-
"prepublishOnly": "npm run build"
12+
"prepublishOnly": "npm run build",
13+
"test": "echo \"No test specified\""
1314
},
1415
"keywords": [
1516
"picgo",

0 commit comments

Comments
 (0)