We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc3eea commit 0145df2Copy full SHA for 0145df2
adminforth/commands/scripts.js renamed to adminforth/commands/postinstall.js
adminforth/package.json
@@ -20,7 +20,7 @@
20
"rollout-doc": "cd documentation && npm run build && npm run deploy",
21
"docs": "typedoc",
22
"--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"
+ "postinstall": "echo 'Running postinstall'; node ./commands/postinstall.js"
24
},
25
"release": {
26
"plugins": [
0 commit comments