Skip to content

Commit

Permalink
Change Build Process to Lerna + tsup & prepare for prosemirror-meta p…
Browse files Browse the repository at this point in the history
…ackage (#3555)

* chore:(core): migrate to tsup

* chore: migrate blockquote and bold to tsup

* chore: migrated bubble-menu and bullet-list to tsup

* chore: migrated more packages to tsup

* chore: migrate code and character extensions to tsup

* chore: update package.json to simplify build for all packages

* chore: move all packages to tsup as a build process

* chore: change ci build task

* chore: clean up and fix issues related to new build

* fix: fix demo build

* fix: fix demo build

* fix: fix tsconfig files to reference only one source

* fix: fix minor ts issues
  • Loading branch information
bdbch authored Jan 25, 2023
1 parent cf47b2b commit e46f8e3
Show file tree
Hide file tree
Showing 115 changed files with 2,699 additions and 4,081 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ tests/cypress/videos
/tests/cypress/screenshots
# Ignore intellij project files
.idea

# packaged files
packages/**/*.tgz
demos/*.tgz
2 changes: 1 addition & 1 deletion demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "vite --host",
"build": "npm run ts && vite build",
"build:demos": "npm run ts && vite build",
"preview": "vite preview",
"ts": "tsc --project tsconfig.base.json --noEmit && tsc --project tsconfig.react.json --noEmit && tsc --project tsconfig.vue-2.json --noEmit && tsc --project tsconfig.vue-3.json --noEmit"
},
Expand Down
Loading

0 comments on commit e46f8e3

Please sign in to comment.