Skip to content

Commit

Permalink
fix: fix build by using webpack made available to a package by lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Feb 7, 2022
1 parent d5cfaf7 commit 5b08e24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/fp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lodash": "^4.17.21"
},
"scripts": {
"build": "../../node_modules/.bin/webpack"
"build": "webpack"
},
"bugs": {
"url": "https://github.com/ogre-works/ogre-tools/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/injectable-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^17.0.0"
},
"scripts": {
"build": "../../node_modules/.bin/webpack"
"build": "webpack"
},
"jest": {
"testEnvironment": "jsdom",
Expand Down
2 changes: 1 addition & 1 deletion packages/injectable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lodash": "^4.17.21"
},
"scripts": {
"build": "../../node_modules/.bin/webpack"
"build": "webpack"
},
"gitHead": "a5e3d70aa0d5d45dbf2f3d37f586fac93bfffc86",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lodash": "^4.17.21"
},
"scripts": {
"build": "../../node_modules/.bin/webpack"
"build": "webpack"
},
"bugs": {
"url": "https://github.com/ogre-works/ogre-tools/issues"
Expand Down

0 comments on commit 5b08e24

Please sign in to comment.