Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: authts#450 do not use workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed May 23, 2022
1 parent 6daa33b commit 4e993f4
Show file tree
Hide file tree
Showing 7 changed files with 12,530 additions and 18,224 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:
- run: npm ci
- run: npm pack --dry-run
- run: npm run typedoc
- run: npm run -w parcel-sample build

- name: Samples/Parcel builds
run: |
npm ci
npm run build
working-directory: samples/Parcel

test:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ $ npm run build
**Parcel project**

```sh
$ npm run -w parcel-sample start
$ cd samples/Parcel
$ npm install
$ npm run start
```

and then browse to [http://localhost:1234](http://localhost:1234).
Expand Down
Loading

0 comments on commit 4e993f4

Please sign in to comment.