Skip to content

Commit

Permalink
fix: es build
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 26, 2024
1 parent e1efcb2 commit c169429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"start": "NODE_OPTIONS=--openssl-legacy-provider gulp server",
"demo": "SINGLE_DEMO=true DEV_PORT=8000 NODE_OPTIONS=--openssl-legacy-provider gulp server",
"build-dev": "gulp clean && gulp copy && webpack",
"es": "ESMODULES=true babel ./src --out-dir ./es",
"lib": "babel ./src --out-dir ./lib",
"build": "NODE_OPTIONS=--openssl-legacy-provider npm run lib && NODE_OPTIONS=--openssl-legacy-provider gulp dist",
"build": "NODE_OPTIONS=--openssl-legacy-provider npm run lib && NODE_OPTIONS=--openssl-legacy-provider npm run es && NODE_OPTIONS=--openssl-legacy-provider gulp dist",
"prepublishOnly": "npm run build && np --no-cleanup --no-publish",
"lint": "eslint src",
"gen": "node docs/scripts/generateExampleConfigs.js && node docs/scripts/generateExamples.js && xdg-open docs/jquery.html",
Expand Down

0 comments on commit c169429

Please sign in to comment.