Skip to content

Commit

Permalink
build: add build:preview commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Sep 3, 2024
1 parent d22e2bc commit e8719ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"build:clean": "rimraf dist 'packages/*/dist' && yarn build:force",
"build:docs": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run build:docs",
"build:force": "yarn run build:source:force && yarn run build:types",
"build:preview": "./scripts/prepare-preview-builds.sh",
"build:preview:local": "yarn build:preview @metamask-previews $(git rev-parse --short HEAD)",
"build:source": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run build",
"build:source:force": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run build:force",
"build:types": "tsc --build tsconfig.build.json --verbose",
Expand Down

0 comments on commit e8719ec

Please sign in to comment.