Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Dec 18, 2023
1 parent dcee9f1 commit 47b0f82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,3 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ Here is the monorepo containing packages developed by Lookit to be used with jsP

Lint and formating is done at the monorepo level.

To lint:
To auto fix linting/formating issues:

```
npm run lint
npm run fix
```

To format:

```
npm run format
```
Unfixable issues will be diplayed as errors.

## Create new package

Expand All @@ -28,11 +24,10 @@ To create a new package, run the following at the root of the project:
npm init --scope @lookit --workspace packages/<name of new package>
```

Add build script to new package `package.json`:
Add build script to new package's `package.json`:

```json
"scripts": {
...,
"build": "rollup --config"
},
```
Expand Down

0 comments on commit 47b0f82

Please sign in to comment.