Skip to content

Commit 3262ab3

Browse files
committed
fix: activation hook to improve the loading time by deferring it
1 parent 55d9660 commit 3262ab3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"prettier": "^1.18.2",
4141
"semantic-release": "^15.13.16"
4242
},
43+
"activationHooks": [
44+
"core:loaded-shell-environment"
45+
],
4346
"release": {
4447
"extends": "@semantic-release/apm-config"
4548
},

0 commit comments

Comments
 (0)