Skip to content

Commit 891f399

Browse files
committed
added node options to fix build issue
1 parent ff0cd50 commit 891f399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"demo": "SINGLE_DEMO=true DEV_PORT=8000 NODE_OPTIONS=--openssl-legacy-provider gulp server",
1313
"build-dev": "gulp clean && gulp copy && webpack",
1414
"lib": "babel ./src --out-dir ./lib",
15-
"build": "npm run lib && gulp dist",
15+
"build": "NODE_OPTIONS=--openssl-legacy-provider npm run lib && NODE_OPTIONS=--openssl-legacy-provider gulp dist",
1616
"prepublishOnly": "npm run build",
1717
"lint": "eslint src",
1818
"gen": "node examples/scripts/generateExampleConfigs.js && node examples/scripts/generateExamples.js && xdg-open docs/jquery.html",

0 commit comments

Comments
 (0)