Skip to content

Commit

Permalink
Merge pull request #145 from Flagsmith/chore/remove-examples
Browse files Browse the repository at this point in the history
chore: remove examples
  • Loading branch information
dabeeeenster authored Feb 29, 2024
2 parents f70a8ca + bf8d814 commit 81d278c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
. "$(dirname "$0")/_/husky.sh"

npm run lint
git add ./flagsmith-engine ./sdk ./tests ./example ./index.ts ./.github
git add ./flagsmith-engine ./sdk ./tests ./index.ts ./.github
npm run test
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
./example
./.idea
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ If you encounter a bug or feature request we would like to hear about it. Before
## Testing

To run the local tests you need to run following command beforehand:
```

```bash
git submodule add git@github.com:Flagsmith/engine-test-data.git tests/engine/engine-tests/engine-test-data/
```

Expand Down
3 changes: 0 additions & 3 deletions examples/README.md

This file was deleted.

0 comments on commit 81d278c

Please sign in to comment.