Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit a40dcb7

Browse files
committed
refactor: remove node_modules after packing the plugin
1 parent 61838bf commit a40dcb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
},
5555
"scripts": {
5656
"postinstall": "node postinstall.js",
57+
"postpack": "rm -rf node_modules",
5758
"prepare": "tsc",
5859
"test": "npm run prepare && npm run jasmine",
5960
"jasmine": "jasmine --config=jasmine-config/jasmine.json",

0 commit comments

Comments
 (0)