Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiane-abou-abderrahim committed Oct 18, 2023
1 parent 89fa6ee commit 2d4bead
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:dev": "set NODE_OPTIONS=--openssl-legacy-provider && webpack-dev-server",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && webpack",
"build:prod": "set NODE_OPTIONS=--openssl-legacy-provider &&webpack --config webpack.config.prod.js"
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"author": "Maximilian Schwarzmüller",
"license": "ISC",
Expand Down

0 comments on commit 2d4bead

Please sign in to comment.