Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Nov 22, 2023
1 parent 4e5927d commit f12725d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "13.0.1",
"main": "build/index.js",
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider webpack serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack",
"test": "NODE_OPTIONS=--openssl-legacy-provider jest",
"prepare": "NODE_OPTIONS=--openssl-legacy-provider npm run build",
"trypublish": "NODE_OPTIONS=--openssl-legacy-provider npm publish || true"
"start": "webpack serve",
"build": "webpack",
"test": "jest",
"prepare": "npm run build",
"trypublish": "npm publish || true"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f12725d

Please sign in to comment.