Skip to content

Commit f12725d

Browse files
committed
Update package.json
1 parent 4e5927d commit f12725d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "13.0.1",
44
"main": "build/index.js",
55
"scripts": {
6-
"start": "NODE_OPTIONS=--openssl-legacy-provider webpack serve",
7-
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack",
8-
"test": "NODE_OPTIONS=--openssl-legacy-provider jest",
9-
"prepare": "NODE_OPTIONS=--openssl-legacy-provider npm run build",
10-
"trypublish": "NODE_OPTIONS=--openssl-legacy-provider npm publish || true"
6+
"start": "webpack serve",
7+
"build": "webpack",
8+
"test": "jest",
9+
"prepare": "npm run build",
10+
"trypublish": "npm publish || true"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)