Skip to content

Commit

Permalink
chore: add postinstall script for plugin build
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Apr 30, 2024
1 parent 2b772fb commit 2927500
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 80 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"docker:build": "docker build --progress=plain -t micro-frontend-starter .",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down",
"docker:dev": "docker-compose -f docker-compose.dev.yml up"
"docker:dev": "docker-compose -f docker-compose.dev.yml up",
"postinstall": "pnpm run build:plugin"
},
"keywords": [
"micro-frontends",
Expand Down
Loading

0 comments on commit 2927500

Please sign in to comment.