|
9 | 9 | "engines": {
|
10 | 10 | "node": ">=12"
|
11 | 11 | },
|
12 |
| - "private": true, |
13 | 12 | "main": "build/bundles/sentry-angular.umd.js",
|
14 | 13 | "module": "build/fesm2015/sentry-angular.js",
|
15 | 14 | "publishConfig": {
|
|
42 | 41 | "zone.js": "~0.11.4"
|
43 | 42 | },
|
44 | 43 | "scripts": {
|
45 |
| - "build": "yarn build:transpile", |
| 44 | + "build": "yarn build:syncSymlinks && yarn build:transpile", |
46 | 45 | "build:transpile": "ng build",
|
47 | 46 | "build:dev": "yarn build",
|
48 |
| - "build:watch": "yarn build:transpile:watch", |
| 47 | + "build:watch": "yarn build:syncSymlinks && yarn build:transpile:watch", |
49 | 48 | "build:dev:watch": "yarn build:watch",
|
50 | 49 | "build:transpile:watch": "ng build --watch",
|
51 | 50 | "build:tarball": "npm pack ./build",
|
| 51 | + "build:syncSymlinks": "ts-node ./scripts/syncSourceFiles.ts", |
52 | 52 | "circularDepCheck": "madge --circular src/index.ts",
|
53 |
| - "clean": "rimraf build coverage sentry-angular-*.tgz", |
| 53 | + "clean": "rimraf build coverage sentry-angular-ivy-*.tgz", |
54 | 54 | "fix": "run-s fix:eslint fix:prettier",
|
55 | 55 | "fix:eslint": "eslint . --format stylish --fix",
|
56 | 56 | "fix:prettier": "prettier --write \"{src,test,scripts}/**/**.ts\"",
|
|
0 commit comments