Skip to content

Commit ddd8b92

Browse files
authored
chore: remove old link scripts (#28886)
This script was used to aid in the test of local version of `@ionic/angular`. However, these instructions have been replaced by the instructions in `packages/angular/test/README.md`. This PR removes the old script.
1 parent 9a092c0 commit ddd8b92

File tree

3 files changed

+0
-62
lines changed

3 files changed

+0
-62
lines changed

packages/angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"scripts": {
2727
"build": "npm run clean && npm run build.ng && npm run build.core && npm run clean-generated",
2828
"build.core": "node scripts/build-core.js",
29-
"build.link": "npm run build && node scripts/link-copy.js",
3029
"build.ng": "ng-packagr -p ng-package.json -c tsconfig.json",
3130
"build.watch": "npm run build.ng -- --watch",
3231
"clean": "node scripts/clean.js",

packages/angular/scripts/README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/angular/scripts/link-copy.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)