Skip to content

Commit

Permalink
fix(tracking): remove tracking and codebytes
Browse files Browse the repository at this point in the history
  • Loading branch information
BandanaKM authored Nov 2, 2022
1 parent 50a3979 commit 0021c1d
Show file tree
Hide file tree
Showing 59 changed files with 3 additions and 3,701 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
- *set_npm_token
- *restore_yarn_cache
- run: yarn --production=false --frozen-lockfile
- run: yarn run install:sibling-dependencies
- *save_yarn_cache
- *save_node_modules

Expand All @@ -141,7 +140,7 @@ jobs:
name: Run test suite
command: |
export TESTFILES=$(yarn --silent test --listTests | xargs realpath -q --relative-to=$PWD "$1" | sort | circleci tests split --split-by=timings)
yarn test --ci --runInBand --runTestsByPath ${TESTFILES} --coverage --reporters="default" --reporters="jest-junit"
yarn test --ci --runInBand --runTestsByPath ${TESTFILES} --coverage --passWithNoTests --reporters="default" --reporters="jest-junit"
environment:
JEST_JUNIT_OUTPUT_DIR: /tmp/test-results/junit
JEST_JUNIT_ADD_FILE_ATTRIBUTE: 'true'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Every PR that changes files in a package publishes alpha releases that you can u
For quicker development cycles, it's possible to run a pre-published version of a client-modules package in another project.
We do that using symlinks (the following instructions assume you have set up and built client-modules):

1. `cd /path/to/client-modules/packages/tracking`
1. `cd /path/to/client-modules/packages/eslint-config`
1. `yarn link`
1. `cd path/to/other/repo`
1. `yarn link @codecademy/tracking`
1. `yarn link @codecademy/eslint-config`
1. `yarn install`

### Adding a New Package
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"build": "turbo run build --concurrency=3",
"build-all": "yarn build",
"start:storybook": "cd ./packages/styleguide && yarn start",
"install:sibling-dependencies": "cd ./packages/codebytes && yarn --focus",
"start": "yarn && yarn start:storybook"
},
"lint-staged": {
Expand Down
2 changes: 0 additions & 2 deletions packages/codebytes/.gitignore

This file was deleted.

243 changes: 0 additions & 243 deletions packages/codebytes/CHANGELOG.md

This file was deleted.

15 changes: 0 additions & 15 deletions packages/codebytes/babel.config.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/codebytes/jest.config.js

This file was deleted.

67 changes: 0 additions & 67 deletions packages/codebytes/package.json

This file was deleted.

Loading

0 comments on commit 0021c1d

Please sign in to comment.