Skip to content

Commit

Permalink
chore: update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Dec 5, 2024
1 parent e0f6ff2 commit b64a3b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/analytics-js-integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@
"serve": "npx serve ./dist -p 3005 --cors",
"package": "exit 0",
"release": "exit 0",
"build:integration": "rollup -c --environment PROD_DEBUG,ENV:prod,UGLIFY,INTG_NAME:AdobeAnalytics",
"build:integration:dev": "rollup -c --environment PROD_DEBUG,INTG_NAME:AdobeAnalytics",
"build:integration": "rollup -c --environment PROD_DEBUG,ENV:prod,UGLIFY",
"build:integration:modern": "BROWSERSLIST_ENV=modern rollup -c --environment PROD_DEBUG,ENV:prod,UGLIFY",
"build:integration:bundle-size": "VISUALIZER=true npm run build:integration",
"build:integration:cli": "rollup -c --environment VERSION:$npm_package_version,PROD_DEBUG,ENV:prod,UGLIFY,INTG_NAME:$npm_config_intg",
"build:integration:bundle-size:cli": "rollup -c --environment VERSION:$npm_package_version,VISUALIZER:true,PROD_DEBUG,ENV:prod,UGLIFY,INTG_NAME:$npm_config_intg",
"build:integration:dev:cli": "rollup -c --environment PROD_DEBUG,INTG_NAME:$npm_config_intg",
"build:integration:all": "node -r esm ./scripts/integrationBuildScript.js",
"build:integration:all:modern": "BROWSERSLIST_ENV=modern npm run build:integration:all",
"build:integration:all:bundle-size": "VISUALIZER=true npm run build:integration:all",
Expand Down

0 comments on commit b64a3b0

Please sign in to comment.