Skip to content

Commit

Permalink
Revert "pack build output in dist folder (#1609)"
Browse files Browse the repository at this point in the history
This reverts commit d676bb0.
  • Loading branch information
patroza committed Nov 7, 2023
1 parent c4d25c3 commit 684b74b
Show file tree
Hide file tree
Showing 5 changed files with 742 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-undef */
module.exports = {
ignorePatterns: ["dist", "build", "*.mjs", "docs", "*.md"],
ignorePatterns: ["dist", "*.mjs", "docs", "*.md"],
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaVersion: 2018,
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ node_modules/
.DS_Store
tmp/
dist/
build/
docs/examples/
.direnv/
Loading

0 comments on commit 684b74b

Please sign in to comment.