Skip to content

Commit

Permalink
added node options to run docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed Jun 5, 2023
1 parent 0d30a59 commit 882a01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lib"
],
"scripts": {
"start": "gulp server",
"demo": "SINGLE_DEMO=true gulp server",
"start": "NODE_OPTIONS=--openssl-legacy-provider gulp server",
"demo": "SINGLE_DEMO=true NODE_OPTIONS=--openssl-legacy-provider gulp server",
"build-dev": "gulp clean && gulp copy && webpack",
"lib": "babel ./src --out-dir ./lib",
"build": "npm run lib && gulp dist",
Expand Down

0 comments on commit 882a01d

Please sign in to comment.