Skip to content

Commit 1f3923a

Browse files
authored
Merge pull request serverless#3056 from serverless/add-pre-and-post-install-scripts-to-package-files
Add pre- and postinstall scripts to package
2 parents 809a28a + 93c8746 commit 1f3923a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"files": [
3535
"bin",
3636
"lib",
37+
"scripts/postinstall.js",
38+
"scripts/preuninstall.js",
3739
"package.json",
3840
"npm-shrinkwrap.json",
3941
"README.md",

0 commit comments

Comments
 (0)