Skip to content

Commit e94242c

Browse files
Fixed test setup (#31)
1 parent e37ff13 commit e94242c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
yarn install
4343
yarn build
4444
yarn binary
45+
- name: Test
46+
run: |
47+
yarn test
4548
- name: Rename
4649
run: |
4750
mv astgen-linux-x64 astgen-linux
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joernio/astgen",
3-
"version": "3.24.0",
3+
"version": "3.25.0",
44
"description": "Generate JS/TS AST in json format with Babel",
55
"exports": "./index.js",
66
"keywords": [
@@ -21,7 +21,7 @@
2121
"typescript": "^5.5.3"
2222
},
2323
"scripts": {
24-
"test": "jest --silent --config=\" jest.config.js\"",
24+
"test": "jest --silent --config=jest.config.js",
2525
"build": "tsc --build",
2626
"binary": "pkg . --options max-old-space-size=8192 --no-bytecode --no-native-build --public --compress GZip --targets node18-linux-x64,node18-linux-arm64,node18-macos-x64,node18-win-x64,node18-macos-arm64"
2727
},

0 commit comments

Comments
 (0)