chore: Exclude integration-tests during publishing (#824)

* Exclude integration-tests

* Rename package

---------

Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
This commit is contained in:
Anatolios Laskaris 2023-08-03 15:32:27 +03:00 committed by GitHub
parent bc75611eb3
commit d2637976c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -68,12 +68,11 @@ jobs:
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
- run: pnpm -r i
- run: pnpm -r build
- run: pnpm --filter='!integration-tests' -r i
- run: pnpm --filter='!integration-tests' -r build
- name: Publish to NPM registry
run: pnpm publish --access public --tag unstable
run: pnpm --filter='!integration-tests' publish --access public --tag unstable
aqua-native:
name: "Publish aqua-native"

View File

@ -1,5 +1,5 @@
{
"name": "aquamarine-template",
"name": "integration-tests",
"private": true,
"version": "0.3.9",
"keywords": [