Skip to content

Commit

Permalink
fix: remove esbuild-meta (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder authored Dec 19, 2024
2 parents 208b1b1 + f79efc3 commit 4dcd18d
Show file tree
Hide file tree
Showing 30 changed files with 328 additions and 1,083 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/release.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .verdaccio/config.yml

This file was deleted.

1 change: 0 additions & 1 deletion .verdaccio/htpasswd

This file was deleted.

13 changes: 0 additions & 13 deletions global-setup.e2e.ts

This file was deleted.

35 changes: 0 additions & 35 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,30 +95,6 @@
"style": "scss"
}
},
"release": {
"projects": ["esbuild-meta"],
"projectsRelationship": "independent",
"version": {
"preVersionCommand": "npx nx run-many -t build",
"generatorOptions": {
"specifierSource": "conventional-commits",
"currentVersionResolver": "git-tag",
"fallbackCurrentVersionResolver": "disk",
"packageRoot": "dist/packages/{projectName}"
}
},
"changelog": {
"projectChangelogs": {
"createRelease": "github"
}
},
"releaseTagPattern": "release/{projectName}/{version}",
"git": {
"commit": true,
"tag": true,
"commitMessage": "ci({projectName}): publish v{version}"
}
},
"plugins": [
{
"plugin": "@nx/eslint/plugin",
Expand All @@ -142,17 +118,6 @@
"packages/cli-middleware/**/*",
"packages/user-flow-replay/**/*"
]
},
{
"plugin": "@nx/vite/plugin",
"options": {
"buildTargetName": "build",
"serveTargetName": "serve",
"previewTargetName": "preview",
"testTargetName": "e2e",
"serveStaticTargetName": "serve-static"
},
"include": ["packages/esbuild-meta/**/*", "packages/runner-e2e/**/*"]
}
],
"useLegacyCache": true
Expand Down
Loading

0 comments on commit 4dcd18d

Please sign in to comment.