Skip to content

Commit

Permalink
Exclude strings from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug committed Nov 18, 2019
1 parent 9b05198 commit 64d4c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"install:wpcli": "(test -x bin/wp-cli.phar || curl -Ls https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -o bin/wp-cli.phar && chmod +x bin/wp-cli.phar) && bin/wp-cli.phar --info",
"prewp": "yarn install:wpcli",
"wp": "php -d memory_limit=512M bin/wp-cli.phar",
"makepot:android": "yarn wp i18n make-pot ./gutenberg/packages --include=*.native.js,*.android.js --subtract=./gutenberg.pot --ignore-domain gutenberg-android.pot",
"makepot:ios": "yarn wp i18n make-pot ./gutenberg/packages --include=*.native.js,*.ios.js --subtract=./gutenberg.pot --ignore-domain gutenberg-ios.pot",
"makepot:android": "yarn wp i18n make-pot ./gutenberg/packages --include=*.native.js,*.android.js --exclude=test/* --subtract=./gutenberg.pot --ignore-domain gutenberg-android.pot",
"makepot:ios": "yarn wp i18n make-pot ./gutenberg/packages --include=*.native.js,*.ios.js --exclude=test/* --subtract=./gutenberg.pot --ignore-domain gutenberg-ios.pot",
"premakepot:gutenberg": "yarn clean:gutenberg && yarn build:gutenberg",
"makepot:gutenberg": "yarn wp i18n make-pot ./gutenberg/build --ignore-domain gutenberg.pot",
"postmakepot:gutenberg": "yarn clean:gutenberg",
Expand Down

0 comments on commit 64d4c8d

Please sign in to comment.