Skip to content

Commit

Permalink
feature: convert to monorepo (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Dec 24, 2024
1 parent e58c449 commit 15f56c6
Show file tree
Hide file tree
Showing 105 changed files with 14,541 additions and 2,736 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: node scripts/build.js
- run: npm publish --access public
if: matrix.os == 'ubuntu-24.04'
working-directory: ./dist
working-directory: ./.tmp/dist
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish GitHub release
Expand Down
10 changes: 6 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ export default tseslint.config(
pluginJest.configs['flat/recommended'],
{
ignores: [
'.tmp',
'dist',
'coverage',
'**/coverage/**',
'scripts',
'rollup.config.js',
'eslint.config.js',
'src/previewProcessMain.ts',
'src/parts/WaitForServerToBeReady/WaitForServerToBeReady.ts',
'files/previewInjectedCode.js',
'packages/preview-process/src/previewProcessMain.ts',
'packages/preview-process/src/parts/WaitForServerToBeReady/WaitForServerToBeReady.ts',
'packages/preview-process/files/previewInjectedCode.js',
'packages/build',
],
},
{
Expand Down
4 changes: 4 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"packages": ["packages/*"],
"version": "0.0.0-dev"
}
Loading

0 comments on commit 15f56c6

Please sign in to comment.