We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e0f77 commit d54ee74Copy full SHA for d54ee74
.github/workflows/npm-publish.yml
@@ -13,6 +13,7 @@ jobs:
13
node-version: 'latest'
14
- run: npm ci
15
- run: npm install -g tsx
16
+ - run: npm run build
17
- run: npm test
18
19
publish:
package.json
@@ -19,7 +19,7 @@
"build": "tsc",
20
"start": "node dist/index.js",
21
"dev": "tsc && node dist/index.js",
22
- "test": "tsc && NODE_OPTIONS=--experimental-vm-modules jest",
+ "test": "NODE_OPTIONS=--experimental-vm-modules jest",
23
"approve-task": "node dist/src/cli.js approve-task",
24
"list-tasks": "node dist/src/cli.js list"
25
},
0 commit comments