Skip to content

Commit

Permalink
test: update watch:tests script to work with Windows (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
tja4472 authored and brandonroberts committed Feb 18, 2019
1 parent e07ae3d commit 8532fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"example:build:prod": "yarn example:build -- --base-href \"/platform/example-app/\"",
"ci": "yarn run test && nyc report --reporter=text-lcov | coveralls",
"prettier": "prettier --write \"**/*.ts\"",
"watch:tests": "chokidar 'modules/**/*.ts' --initial -c 'yarn run test:unit'",
"watch:tests": "chokidar \"modules/**/*.ts\" --initial --command \"yarn run test:unit\"",
"postinstall": "opencollective postinstall",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"preskylint": "yarn bazel build --noshow_progress @io_bazel//src/tools/skylark/java/com/google/devtools/skylark/skylint:Skylint",
Expand Down

0 comments on commit 8532fb1

Please sign in to comment.