File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 88 "build" : " npm run clean && npm run build:ncc && npm run build:fix && cp CHANGELOG.md dist/libs/ng-mocks && cp README.md dist/libs/ng-mocks && cp LICENSE dist/libs/ng-mocks && cp libs/ng-mocks/package.json dist/libs/ng-mocks/package.json && cp libs/ng-mocks/migrations.json dist/libs/ng-mocks/migrations.json && cp -R examples dist/libs/ng-mocks" ,
99 "build:ncc" : " cd ./libs/ng-mocks && npx ncc build --no-source-map-register -m -e '@angular/animations' -e '@angular/cli' -e '@angular/common' -e '@angular/common/http' -e '@angular/core' -e '@angular/core/testing' -e '@angular/forms' -e '@angular/platform-browser' -e '@angular/platform-browser/animations' -e '@angular/platform-browser-dynamic' -e '@angular/router' ./src/index.ts -o ../../dist/libs/ng-mocks/" ,
1010 "build:fix" : " sed -e 's/__dirname/(typeof __dirname===\" undefined\" ?\"\" :__dirname)/g' dist/libs/ng-mocks/index.js > dist/libs/ng-mocks/index.fix.js && mv dist/libs/ng-mocks/index.fix.js dist/libs/ng-mocks/index.js" ,
11+ "build:sources" : " cp -R libs/ng-mocks/src dist/libs/ng-mocks && sed -e 's/\\ .\\ .\\ /webpack:\\ /\\ /ng-mocks\\ ///g' dist/libs/ng-mocks/index.js.map > dist/libs/ng-mocks/index.fix.js.map && mv dist/libs/ng-mocks/index.fix.js.map dist/libs/ng-mocks/index.js.map" ,
1112 "build:all" : " npm run lint && npm run build && npm run test" ,
1213 "build:docs" : " cd docs && CI=true npm run build" ,
1314 "clean" : " rm -rf dist test-reports tmp" ,
You can’t perform that action at this time.
0 commit comments