File tree Expand file tree Collapse file tree 2 files changed +2
-42
lines changed Expand file tree Collapse file tree 2 files changed +2
-42
lines changed Original file line number Diff line number Diff line change 4747 "build:watch" : " yarn build:syncSymlinks && yarn build:transpile:watch" ,
4848 "build:dev:watch" : " yarn build:watch" ,
4949 "build:transpile:watch" : " ng build --watch" ,
50- "build:tarball" : " ts-node ./scripts/prepack.ts && npm pack ./build" ,
50+ "build:tarball" : " npm pack ./build" ,
5151 "build:syncSymlinks" : " ts-node ./scripts/syncSourceFiles.ts" ,
5252 "circularDepCheck" : " madge --circular src/index.ts" ,
5353 "clean" : " rimraf build coverage sentry-angular-ivy-*.tgz" ,
5454 "fix" : " eslint . --format stylish --fix" ,
5555 "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"
5757 },
5858 "volta" : {
5959 "extends" : " ../../package.json"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments