Skip to content

Commit

Permalink
fix: updating build command script for webpack (#28)
Browse files Browse the repository at this point in the history
Script fix to avoid ```Error: error:0308010C:digital envelope
routines::unsupported``` while running build.
  • Loading branch information
elivillalejos authored Jul 31, 2024
1 parent 8173ad1 commit 58778e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js",
"build:legacy": "env NODE_OPTIONS='--openssl-legacy-provider' webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch --progress",
"lint": "tslint --project tsconfig.json --format stylish 'src/**/*.ts'",
"lint-fix": "tslint --fix --project tsconfig.json --format stylish 'src/**/*.ts'",
Expand Down

0 comments on commit 58778e4

Please sign in to comment.