Skip to content

Commit 0145df2

Browse files
committed
fix: cross platform support for postinstall
1 parent dbc3eea commit 0145df2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

adminforth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"rollout-doc": "cd documentation && npm run build && npm run deploy",
2121
"docs": "typedoc",
2222
"--comment_postinstall": "postinstall executed after package installed in other project package and when we do npm ci in the package",
23-
"postinstall": "node ./commands/scripts.js"
23+
"postinstall": "echo 'Running postinstall'; node ./commands/postinstall.js"
2424
},
2525
"release": {
2626
"plugins": [

0 commit comments

Comments
 (0)