Skip to content

Commit

Permalink
remove CDN build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Sep 18, 2023
1 parent 947b50e commit 0135b2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
3 changes: 1 addition & 2 deletions packages/vue-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"access": "public"
},
"scripts": {
"build": "npm run build:npm && npm run build:cdn",
"build": "npm run build:npm",
"build:npm": "rollup --config rollup.config.npm.mjs",
"build:cdn": "rollup --config rollup.config.cdn.mjs",
"clean": "rm -rf dist/*"
},
"bugs": {
Expand Down
53 changes: 0 additions & 53 deletions packages/vue-router/rollup.config.cdn.mjs

This file was deleted.

0 comments on commit 0135b2c

Please sign in to comment.