Skip to content

Commit

Permalink
Merge pull request #42 from aguingand/vite
Browse files Browse the repository at this point in the history
Migrate to vite + vitest
  • Loading branch information
aguingand authored Nov 1, 2023
2 parents 6f9653e + 34c2b3c commit cc79c57
Show file tree
Hide file tree
Showing 20 changed files with 5,968 additions and 12,752 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Install example dependencies
working-directory: ./example
run: npm install
- name: Build example
working-directory: ./example
run: npm run build
run: npm run build:example
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
1 change: 1 addition & 0 deletions __tests__/Markdown.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { describe, test, expect } from "vitest";
import { Editor } from "@tiptap/core";
import StarterKit from "@tiptap/starter-kit";
import { Markdown } from "../src/Markdown";
Expand Down
Loading

0 comments on commit cc79c57

Please sign in to comment.