Skip to content

Commit

Permalink
chore: remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Oct 4, 2023
1 parent 5649b2f commit 8b78f51
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 1,519 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/bundlewatch.yml

This file was deleted.

21 changes: 4 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"packages/*"
],
"scripts": {
"build": "pnpm clean && node scripts/build.mjs && tsc --build",
"build": "pnpm clean && tsc --build && echo TODO",
"clean": "rm -rf packages/*/tsconfig.tsbuildinfo && rm -rf packages/*/dist",
"dev": "pnpm --filter playground dev",
"dev": "pnpm --filter example-lit dev",
"format": "prettier --write '**/*.{ts,tsx,json,md}'",
"postinstall": "node scripts/postinstall.mjs && tsconfig-gen && pnpm format && sort-json packages/*/locales/*.json",
"pub": "pnpm build && lerna publish",
"style": "prettier --check '**/*.{ts,tsx,json,md}'",
"test": "vitest"
"test": "echo TODO"
},
"prettier": {
"importOrderParserPlugins": [
Expand Down Expand Up @@ -53,18 +53,5 @@
"vite-plugin-workspace": "^0.1.0",
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.8.0",
"bundlewatch": {
"files": [
{
"path": "packages/*/dist/index.umd.js"
}
],
"ci": {
"repoBranchBase": "main",
"trackBranches": [
"main"
]
}
}
"packageManager": "pnpm@8.8.0"
}
Loading

0 comments on commit 8b78f51

Please sign in to comment.