Skip to content

Commit

Permalink
Revert "Update package.json"
Browse files Browse the repository at this point in the history
This reverts commit d524853.
  • Loading branch information
rlaiola committed Oct 10, 2023
1 parent d524853 commit 6a76835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"scripts": {
"build": "webpack --progress --mode=production",
"build-test": "webpack -p --progress --colors --mode=development",
"serve": "webpack-dev-server --hot --mode=development"
"build": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --progress --mode=production",
"build-test": "export NODE_OPTIONS=--openssl-legacy-provider && webpack -p --progress --colors --mode=development",
"serve": "export NODE_OPTIONS=--openssl-legacy-provider && webpack-dev-server --hot --mode=development"
},
"name": "relax-relational_algebra_calculator",
"private": true,
Expand Down

0 comments on commit 6a76835

Please sign in to comment.