Skip to content

Commit

Permalink
Set up monorepo.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmacarthur committed Oct 25, 2021
1 parent 67446a0 commit ca716ec
Show file tree
Hide file tree
Showing 88 changed files with 22,113 additions and 10,926 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 14
- name: Install Dependencies
run: npm install
run: npm install && npm run bootstrap
- name: Run Tests
run: npm test
- uses: preactjs/compressed-size-action@v2
Expand Down
3 changes: 1 addition & 2 deletions .prettierignore
@@ -1,2 +1 @@
dist/*
sandbox.html
packages/*/dist
13 changes: 13 additions & 0 deletions lerna.json
@@ -0,0 +1,13 @@
{
"packages": [
"packages/*"
],
"version": "independent",
"command": {
"publish": {
"ignoreChanges": [
"**/*.test.js"
]
}
}
}

0 comments on commit ca716ec

Please sign in to comment.