Skip to content

Commit

Permalink
#162 Remove generated parsers
Browse files Browse the repository at this point in the history
Signed-off-by: vityaman <[email protected]>
  • Loading branch information
vityaman authored and mike-lischke committed Dec 7, 2024
1 parent dfac609 commit f3b44db
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 22,998 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run prepublishOnly
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jspm_packages

# Generated files
/ports/java/target/
/tests/generated/

# OS stuff
.DS_Store
Loading

0 comments on commit f3b44db

Please sign in to comment.