Skip to content

Commit

Permalink
Make webpack work
Browse files Browse the repository at this point in the history
  • Loading branch information
AustP committed Feb 27, 2024
1 parent 5c4aafc commit 33a9b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"repository": "https://github.com/AustP/react-flux.git",
"scripts": {
"build": "yarn clean && tsc --listEmittedFiles && webpack && cp ./build/src/*.* ./dist/",
"build": "yarn clean && tsc --listEmittedFiles && node --openssl-legacy-provider ./node_modules/.bin/webpack && cp ./build/src/*.* ./dist/",
"clean": "rm -rf ./build && rm -rf ./dist",
"lint": "tslint 'src/*.ts'",
"release": "yarn lint && yarn build && npm login && np",
Expand Down

0 comments on commit 33a9b0e

Please sign in to comment.