Skip to content

Commit

Permalink
fix(pactjs-generator): removed prebuild script (#1996)
Browse files Browse the repository at this point in the history
* fix(pactjs-generator): removed prebuild script

* style(pactjs-generator): format file
  • Loading branch information
javadkh2 committed Apr 25, 2024
1 parent 83bd0ff commit b3a50b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-pets-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/pactjs-generator': patch
---

fix the build issue by removing prebuild script since we dont need it anymore
5 changes: 0 additions & 5 deletions packages/libs/pactjs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@
"lib"
],
"scripts": {
"prebuild": "pnpm run build:lexer && pnpm run build:grammar",
"build": "tsc && api-extractor run --verbose",
"build:grammar": "nearleyc src/grammar.ne -o src/grammar.js",
"build:grammar:watch": "chokidar src/lexer.js src/grammar.ne src/tests/test.contract.pact -c \"pnpm run build:grammar\"",
"build:lexer": "tsc src/lexer.ts",
"build:lexer:watch": "chokidar src/lexer.ts -c \"pnpm run build:lexer\"",
"format": "pnpm run --sequential /^format:.*/",
"format:lint": "pnpm run lint:src --fix",
"format:md": "remark README.md -o --use @kadena-dev/markdown",
Expand Down

0 comments on commit b3a50b4

Please sign in to comment.