We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2acb50 commit 6d7900fCopy full SHA for 6d7900f
.github/workflows/publish-cli.yml
@@ -31,9 +31,6 @@ jobs:
31
- name: Build all packages
32
run: npm run build
33
34
- - name: Test
35
- run: npm run test
36
-
37
- name: Publish to NPM
38
working-directory: ./packages/cli
39
run: npm publish --access public
.github/workflows/publish-memory.yml
@@ -31,10 +31,6 @@ jobs:
- working-directory: ./packages/memory
working-directory: ./packages/memory
40
0 commit comments