Skip to content

Commit

Permalink
fix(ts): add TS with tests
Browse files Browse the repository at this point in the history
This commit changes the usage of mexp

BREAKING CHANGE: From now, a Data Structure will be passed from each function to another lex ->
toPostfix -> postfixEval
  • Loading branch information
bugwheels94 committed Dec 26, 2022
1 parent d653e02 commit 031929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
cache: npm
node-version: 16
- run: npm ci
- run: npm test
- run: npm run build
- run: npm test
- run: zip -r dist.zip dist
- run: npx semantic-release
env:
Expand Down

0 comments on commit 031929b

Please sign in to comment.