Skip to content

Commit

Permalink
fix: roll back changes to the angular build process (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
daine authored Jul 29, 2024
1 parent 9d49f0c commit 0b62c3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"workbox-build": "^7.0.0"
},
"workspaces": [
"utils/angular-output-target",
"packages/web",
"packages/angular",
"packages/react",
Expand Down
2 changes: 0 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"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

0 comments on commit 0b62c3a

Please sign in to comment.