Skip to content

Commit

Permalink
refactor: use npm workspaces to manage installation of packages
Browse files Browse the repository at this point in the history
npm workspaces can install our workspace package dependencies far
quicker than athloi. This removes the need for the postinstall script.
This also finally introduces the much needed package-lock.json for the
repo.
  • Loading branch information
joelcarr committed Feb 22, 2023
1 parent e4a678f commit 7b39445
Show file tree
Hide file tree
Showing 57 changed files with 214,731 additions and 206 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dist/
.DS_Store
Thumbs.db
npm-debug.log
package-lock.json
yarn.lock
.vscode
.cache
Expand Down
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions examples/building-sass-files/.npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions examples/combined-hbs-jsx/.npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions examples/dynamic-imports/.npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions examples/express-with-handlebars/.npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions examples/express-with-jsx/.npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions examples/ft-ui/.npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions examples/kitchen-sink/.npmrc

This file was deleted.

Loading

0 comments on commit 7b39445

Please sign in to comment.