Skip to content

Commit

Permalink
fix: dist/types
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Apr 9, 2024
1 parent f940b16 commit 22e5a36
Show file tree
Hide file tree
Showing 7 changed files with 32,969 additions and 37,310 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["@exabyte-io/eslint-config"],
"ignorePatterns": ["dist/js/**/*.js", "dist/js/**/*.ts"],
"ignorePatterns": ["dist/js/**/*.js", "dist/js/**/*.ts", "src/js/types.ts"],
"settings": {
"import/resolver": {
"node": {
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ schema.js

# Static assets, if any
site

src/js/types.ts
2 changes: 1 addition & 1 deletion compile_ts.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import compileTS from "./src/js/scripts/compileTs";

compileTS("./dist/js/schema", `./dist/js/types.ts`);
compileTS("./dist/js/schema", `./src/js/types.ts`);
Loading

0 comments on commit 22e5a36

Please sign in to comment.