Skip to content

Commit

Permalink
chore: only run component build from preview middleware (#2577)
Browse files Browse the repository at this point in the history
* test: test

test

* test in isolation

* test middleware

* chore: remove typechecking

---------

Co-authored-by: Davis <[email protected]>
  • Loading branch information
815are and voicis authored Nov 15, 2024
1 parent 4b75e2d commit 00e5743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preview-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"start:fixture": "ui5 serve --config test/fixtures/simple-app/ui5.yaml",
"build": "npm-run-all -l -p build:middleware build:client",
"build:middleware": "tsc --build",
"build:client": "pnpm -C ../preview-middleware-client run build && copyfiles --exclude **/*-dbg.js --up 4 \"./node_modules/@private/preview-middleware-client/dist/**/*\" \"./dist/client\"",
"build:client": "pnpm -C ../preview-middleware-client run build:component && copyfiles --exclude **/*-dbg.js --up 4 \"./node_modules/@private/preview-middleware-client/dist/**/*\" \"./dist/client\"",
"watch": "tsc --watch",
"clean": "rimraf --glob dist test/test-output coverage *.tsbuildinfo playwright-report",
"format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
Expand Down

0 comments on commit 00e5743

Please sign in to comment.