Skip to content

Commit

Permalink
fix: remove postinstall steps
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin committed Oct 2, 2024
1 parent 6110d97 commit e8b6506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packages/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"generate-cli": "ac generate dist/esm/cli commands.json --name cli",
"generate-metadata-cli": "ac generate-metadata commands.json src/commands.ts --name cli",
"generate": "yarn run generate-cli",
"generate-metadata": "yarn run generate-metadata-cli",
"postinstall": "akala plugins add @akala/commands/akala && akala commands add sdk @akala/commands/commands.json"
"generate-metadata": "yarn run generate-metadata-cli"
},
"browser": {
"./dist/cjs/cli/serve.js": false,
Expand Down Expand Up @@ -123,4 +122,4 @@
},
"types": "./dist/esm/index.browser.d.ts",
"module": "./dist/esm/index.browser.js"
}
}
5 changes: 2 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\"",
"postinstall": "akala plugins add @akala/config/akala"
"test": "echo \"Error: no test specified\""
},
"gitHead": "d92f6693ed8cca439c8e92d2045bb15c0a7dae43",
"exports": {
Expand All @@ -59,4 +58,4 @@
},
"module": "./dist/esm/index.js",
"typings": "./dist/esm/index.d.ts"
}
}

0 comments on commit e8b6506

Please sign in to comment.