Skip to content

Commit

Permalink
github-actions: remove snapshoty (#4057)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jun 4, 2024
1 parent da526c1 commit 24246bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
36 changes: 0 additions & 36 deletions .ci/snapshoty.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/snapshoty.yml

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"docker:start": "docker compose -f ./test/docker-compose.yml up -d",
"docker:stop": "docker compose -f ./test/docker-compose.yml down",
"docker:clean": "./test/script/docker/cleanup.sh",
"docker:dev": "docker compose -f ./dev-utils/docker-compose.yml run --workdir=/agent nodejs-agent",
"package:snapshot": "rm -rf ./build/snapshot && mkdir -p ./build/snapshot && npm pack --pack-destination ./build/snapshot"
"docker:dev": "docker compose -f ./dev-utils/docker-compose.yml run --workdir=/agent nodejs-agent"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 24246bf

Please sign in to comment.