Skip to content

Commit c6703b1

Browse files
committed
Closes #165
1 parent 0903098 commit c6703b1

File tree

4 files changed

+80
-7
lines changed

4 files changed

+80
-7
lines changed

package-lock.json

+76-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"local-reinit": "npm run docker-clear; npm run rm-migrates; npm run local-engine;",
8080
"gitpod-reinit": "npm run docker-clear; npm run rm-migrates; npm run gitpod-engine;",
8181
"gitpod-hasura-reattach": "export REATTACH_HASURA_SECRET=myadminsecretkey; export REATTACH_HASURA_PATH=$(echo $(gp url 8080) | awk -F[/:] '{print $4}'); export REATTACH_HASURA_SSL=1; export REATTACH_DEEPLINKS_PATH=$(echo $(gp url 3006) | awk -F[/:] '{print $4}'); npx gulp gitpod:hasura:reattach",
82-
"codespaces-hasura-reattach": "export REATTACH_HASURA_SECRET=myadminsecretkey; export REATTACH_HASURA_PATH=localhost:8080; export REATTACH_HASURA_SSL=0; export REATTACH_DEEPLINKS_PATH=host.docker.internal:3006; npx gulp gitpod:hasura:reattach"
82+
"codespaces-hasura-reattach": "export REATTACH_HASURA_SECRET=myadminsecretkey; export REATTACH_HASURA_PATH=localhost:8080; export REATTACH_HASURA_SSL=0; export REATTACH_DEEPLINKS_PATH=host.docker.internal:3006; npx gulp gitpod:hasura:reattach",
83+
"sync": "(cd packages && for d in */; do (cd $d && git checkout main && git pull --no-rebase); done) && git add . && git commit -m 'sync' && git push"
8384
},
8485
"repository": {
8586
"type": "git",

packages/deepcase

0 commit comments

Comments
 (0)