Skip to content

Commit

Permalink
fix: use rollup to output js files (#2916)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Aug 7, 2023
1 parent 9c5721e commit 610bc45
Show file tree
Hide file tree
Showing 18 changed files with 9,013 additions and 17,027 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: npm run test:unit
- name: Run Spec Tests πŸ‘©πŸ½β€πŸ’»
run: npm run test:specs
- name: Run UMD Tests πŸ‘©πŸ½β€πŸ’»
run: npm run test:umd
- name: Run Types Tests πŸ‘©πŸ½β€πŸ’»
run: npm run test:types

Lint:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 610bc45

@vercel
Copy link

@vercel vercel bot commented on 610bc45 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marked-website – ./

markedjs.vercel.app
marked-website-git-master-markedjs.vercel.app
marked-website-markedjs.vercel.app
marked.js.org

Please sign in to comment.