We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0cd50 commit 891f399Copy full SHA for 891f399
package.json
@@ -12,7 +12,7 @@
12
"demo": "SINGLE_DEMO=true DEV_PORT=8000 NODE_OPTIONS=--openssl-legacy-provider gulp server",
13
"build-dev": "gulp clean && gulp copy && webpack",
14
"lib": "babel ./src --out-dir ./lib",
15
- "build": "npm run lib && gulp dist",
+ "build": "NODE_OPTIONS=--openssl-legacy-provider npm run lib && NODE_OPTIONS=--openssl-legacy-provider gulp dist",
16
"prepublishOnly": "npm run build",
17
"lint": "eslint src",
18
"gen": "node examples/scripts/generateExampleConfigs.js && node examples/scripts/generateExamples.js && xdg-open docs/jquery.html",
0 commit comments