Skip to content

Commit 031929b

Browse files
committed
fix(ts): add TS with tests
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
1 parent d653e02 commit 031929b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
cache: npm
2020
node-version: 16
2121
- run: npm ci
22-
- run: npm test
2322
- run: npm run build
23+
- run: npm test
2424
- run: zip -r dist.zip dist
2525
- run: npx semantic-release
2626
env:

0 commit comments

Comments
 (0)