Skip to content

Commit

Permalink
ci: update build for angular (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
daine authored Jul 19, 2024
1 parent ab341a9 commit f00ae0f
Show file tree
Hide file tree
Showing 5 changed files with 12,641 additions and 3,736 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"workbox-build": "^7.0.0"
},
"workspaces": [
"utils/angular-output-target",
"packages/web",
"packages/angular",
"packages/react",
Expand Down
9 changes: 4 additions & 5 deletions packages/vue/tests/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"access": "public"
},
"scripts": {
"postinstall": "cd ../../utils/angular-output-target && npm install",
"prebuild": "cd ../../utils/angular-output-target && npm run build",
"build": "stencil build --docs",
"postbuild": "node ./scripts/copyCSSFile.js",
"start": "stencil build --dev --watch --serve",
Expand Down
Loading

0 comments on commit f00ae0f

Please sign in to comment.