Skip to content

Commit 0021c1d

Browse files
authored
fix(tracking): remove tracking and codebytes
1 parent 50a3979 commit 0021c1d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3
-3701
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ jobs:
114114
- *set_npm_token
115115
- *restore_yarn_cache
116116
- run: yarn --production=false --frozen-lockfile
117-
- run: yarn run install:sibling-dependencies
118117
- *save_yarn_cache
119118
- *save_node_modules
120119

@@ -141,7 +140,7 @@ jobs:
141140
name: Run test suite
142141
command: |
143142
export TESTFILES=$(yarn --silent test --listTests | xargs realpath -q --relative-to=$PWD "$1" | sort | circleci tests split --split-by=timings)
144-
yarn test --ci --runInBand --runTestsByPath ${TESTFILES} --coverage --reporters="default" --reporters="jest-junit"
143+
yarn test --ci --runInBand --runTestsByPath ${TESTFILES} --coverage --passWithNoTests --reporters="default" --reporters="jest-junit"
145144
environment:
146145
JEST_JUNIT_OUTPUT_DIR: /tmp/test-results/junit
147146
JEST_JUNIT_ADD_FILE_ATTRIBUTE: 'true'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ Every PR that changes files in a package publishes alpha releases that you can u
3737
For quicker development cycles, it's possible to run a pre-published version of a client-modules package in another project.
3838
We do that using symlinks (the following instructions assume you have set up and built client-modules):
3939

40-
1. `cd /path/to/client-modules/packages/tracking`
40+
1. `cd /path/to/client-modules/packages/eslint-config`
4141
1. `yarn link`
4242
1. `cd path/to/other/repo`
43-
1. `yarn link @codecademy/tracking`
43+
1. `yarn link @codecademy/eslint-config`
4444
1. `yarn install`
4545

4646
### Adding a New Package

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"build": "turbo run build --concurrency=3",
2525
"build-all": "yarn build",
2626
"start:storybook": "cd ./packages/styleguide && yarn start",
27-
"install:sibling-dependencies": "cd ./packages/codebytes && yarn --focus",
2827
"start": "yarn && yarn start:storybook"
2928
},
3029
"lint-staged": {

packages/codebytes/.gitignore

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

packages/codebytes/CHANGELOG.md

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

packages/codebytes/babel.config.js

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

packages/codebytes/jest.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/codebytes/package.json

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

0 commit comments

Comments
 (0)