mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
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:
parent
bc75611eb3
commit
d2637976c1
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@ -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"
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "aquamarine-template",
|
||||
"name": "integration-tests",
|
||||
"private": true,
|
||||
"version": "0.3.9",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user