Skip to content

Commit fe4adfc

Browse files
chore(dynamic-links): post deletion cleanup (#8639)
* chore: post deletion cleanup * chore: remove README
1 parent b152d06 commit fe4adfc

File tree

3 files changed

+2
-67
lines changed

3 files changed

+2
-67
lines changed

.github/workflows/create_test_patches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# yarn3+ by default disables lockfile alteration in CI. We want it.
5959
YARN_ENABLE_IMMUTABLE_INSTALLS: false
6060
run: |
61-
PACKAGE_LIST=`find packages -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | egrep -v 'template|invites|dynamic-links'`
61+
PACKAGE_LIST=`find packages -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | egrep -v 'template|invites'`
6262
mkdir $HOME/packages
6363
for PACKAGE in $PACKAGE_LIST; do
6464
echo "Packing PR version of package $PACKAGE"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:all:clean": "lerna run build:clean",
1111
"build:all:build": "lerna run build",
1212
"lint": "yarn lint:js && yarn lint:android && yarn lint:ios:check",
13-
"lint:js": "eslint packages/!(dynamic-links) --max-warnings=0",
13+
"lint:js": "eslint packages/* --max-warnings=0",
1414
"lint:android": "(google-java-format --set-exit-if-changed --replace --glob=\"packages/*/android/src/**/*.java\" || (echo \"\n\nandroid formatting error - please re-run\n\n\" && exit 1)) && (git diff --exit-code packages/*/android/src || (echo \"\n\nandroid files changed from linting, please examine and commit result\n\n\" && exit 1))",
1515
"lint:ios:check": "clang-format --glob=\"packages/*/ios/**/*.{h,cpp,m,mm}\" --style=Google -n -Werror",
1616
"lint:ios:fix": "clang-format -i --glob=\"packages/*/ios/**/*.{h,cpp,m,mm}\" --style=Google",

packages/dynamic-links/README.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)