Skip to content

Commit

Permalink
Add install script, revert workspaces change
Browse files Browse the repository at this point in the history
This also reverts commit 672ec5b.
  • Loading branch information
Nikaoto committed Nov 11, 2022
1 parent 672ec5b commit 6b91727
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Key features:
To install all dependencies and run dev server, run:

```shell
yarn && yarn start
yarn setup && yarn start
```

### Examples
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"packages": [
"packages/*"
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.3.11"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"repository": "https://github.com/domql/domql",
"workspaces": [ "packages/*" ],
"scripts": {
"setup": "yarn && lerna link --force-local",
"start": "parcel examples/index.html --no-cache --port 1200",
"build": "lerna run build",
"build:domql": "parcel build packages/all/index.js && esbuild packages/all/index.js --bundle --format=cjs --outfile=packages/all/dist/module.bundle.cjs.js && esbuild packages/all/allExports.js --bundle --format=cjs --outfile=packages/all/dist/exports.js",
Expand Down

0 comments on commit 6b91727

Please sign in to comment.