Skip to content

Commit

Permalink
test: do not copy address to the clipboard in integration test (#34135)
Browse files Browse the repository at this point in the history
PR Close #34135
  • Loading branch information
petebacondarwin authored and mhevery committed Dec 3, 2019
1 parent cba3773 commit 54bfd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/cli-hello-world-ivy-i18n/package.json
Expand Up @@ -13,7 +13,7 @@
"pretest": "ng version",
"test": "ng e2e --prod && ng xi18n && yarn translate && ng build --configuration production,fr && ng build --configuration production,de && run-p -r \"serve dist/fr\" \"ng e2e --configuration=fr\" && run-p -r \"serve dist/de\" \"ng e2e --configuration=de\"",
"translate": "cp src/locale/messages.xlf src/locale/messages.fr.xlf && cp src/locale/messages.xlf src/locale/messages.de.xlf && sed -i.bak -e 's/source>/target>/g' -e 's/Hello/Bonjour/' src/locale/messages.fr.xlf && sed -i.bak -e 's/source>/target>/g' -e 's/Hello/Hallo/' src/locale/messages.de.xlf",
"serve": "serve --listen 4200"
"serve": "serve --no-clipboard --listen 4200"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 54bfd8a

Please sign in to comment.