Skip to content

Commit 1568772

Browse files
committed
using Lifecycle scripts included in angular-cli:
test npm-run-all -c test:packages test:cli test:deps available via `npm run-script`: build node ./scripts/publish/build.js build:patch node ./scripts/patch.js build:packages for PKG in packages/*; do echo Building $PKG...; tsc -p $PKG; done e2e npm run test:e2e e2e:nightly node tests/run_e2e.js --nightly test:e2e node tests/run_e2e.js test:cli node tests/runner test:deps node scripts/publish/validate_dependencies.js test:inspect node --inspect --debug-brk tests/runner test:packages node scripts/run-packages-spec.js eslint eslint . tslint tslint "**/*.ts" -c tslint.json -e "**/blueprints/*/files/**/*.ts" -e "node_modules/**" -e "tmp/**" -e "dist/**" lint npm-run-all -c eslint tslint
1 parent 423703a commit 1568772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ install:
6161
- yarn install --no-optional
6262

6363
script:
64-
- if [[ "$SCRIPT" ]]; then yarn run-script $SCRIPT; fi
64+
- if [[ "$SCRIPT" ]]; then npm run-script $SCRIPT; fi
6565
- if [[ "$NODE_SCRIPT" ]]; then node $NODE_SCRIPT; fi

0 commit comments

Comments
 (0)