File tree 2 files changed +2
-42
lines changed
2 files changed +2
-42
lines changed Original file line number Diff line number Diff line change 47
47
"build:watch" : " yarn build:syncSymlinks && yarn build:transpile:watch" ,
48
48
"build:dev:watch" : " yarn build:watch" ,
49
49
"build:transpile:watch" : " ng build --watch" ,
50
- "build:tarball" : " ts-node ./scripts/prepack.ts && npm pack ./build" ,
50
+ "build:tarball" : " npm pack ./build" ,
51
51
"build:syncSymlinks" : " ts-node ./scripts/syncSourceFiles.ts" ,
52
52
"circularDepCheck" : " madge --circular src/index.ts" ,
53
53
"clean" : " rimraf build coverage sentry-angular-ivy-*.tgz" ,
54
54
"fix" : " eslint . --format stylish --fix" ,
55
55
"lint" : " eslint . --format stylish" ,
56
- "yalc:publish" : " ts-node ./scripts/prepack.ts && yalc publish build --push --sig"
56
+ "yalc:publish" : " yalc publish build --push --sig"
57
57
},
58
58
"volta" : {
59
59
"extends" : " ../../package.json"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments