Skip to content

Commit

Permalink
Delete jquery-ui.js file post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
donnapep committed Jan 13, 2025
1 parent c0cc02f commit b175237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
},
"scripts": {
"archive": "composer archive --file=$npm_package_name --format=zip",
"build": "npm run build:assets && npm run build:dependencies && npm run archive",
"build": "npm run build:assets && rm assets/dist/css/jquery-ui.js && npm run build:dependencies && npm run archive",
"build:analyzer": "npm run --silent build:assets -- --json > node_modules/.cache/sensei-lms/build-stats.json && npx webpack-bundle-analyzer node_modules/.cache/sensei-lms/build-stats.json assets/dist",
"build:assets": "rm -rf ./assets/dist && cross-env NODE_ENV=production npx calypso-build",
"build:dependencies": "composer install && composer install --no-dev --prefer-dist --optimize-autoloader --no-scripts",
Expand Down

0 comments on commit b175237

Please sign in to comment.