Skip to content

Commit

Permalink
chore: ignore test-utils artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Nov 21, 2020
1 parent 8a5d73b commit 251c5fc
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,405 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ compiled-data
dist
dist-tarballs
public
test-utils/index.*

# Editor/IDE
.idea
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"postinstall": "preconstruct dev",
"auth": "npm_config_registry=https://registry.npmjs.org npm whoami",
"clean": "lerna exec 'rm -rf build dist'",
"clean": "lerna exec 'rm -rf build dist test-utils/dist'",
"extract-intl": "formatjs extract --format=$(pwd)/packages/i18n/transifex-transformer.js --out-file=$(pwd)/packages/i18n/data/core.json 'packages/**/*messages.ts'",
"compile-intl": "yarn --cwd packages/i18n compile-data",
"l10n:build": "pushd packages/l10n; yarn generate-data",
Expand Down Expand Up @@ -69,9 +69,6 @@
]
},
"preconstruct": {
"___experimentalFlags_WILL_CHANGE_IN_PATCH": {
"logCompiledFiles": true
},
"packages": [
"packages-backend/*",
"packages/!(assets|babel-preset-mc-app|eslint-config-mc-app|jest-preset-mc-app|jest-stylelint-runner|mc-dev-authentication)"
Expand Down

This file was deleted.

72 changes: 0 additions & 72 deletions packages/application-shell-connectors/test-utils/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/application-shell/test-utils/index.d.ts

This file was deleted.

Loading

0 comments on commit 251c5fc

Please sign in to comment.