Skip to content

Commit f8c5cd6

Browse files
committed
minor
1 parent 14576cb commit f8c5cd6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"name": "publish-helper-test-package",
33
"version": "1.0.0",
44
"main": "index.js",
5-
"license": "ISC"
6-
}
5+
"license": "ISC",
6+
"scripts": {
7+
"prepublishOnly": "echo 'This is a prepublish script.'"
8+
}
9+
}

0 commit comments

Comments
 (0)