Skip to content

Commit 10b0719

Browse files
committed
fix: paths
1 parent e773217 commit 10b0719

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

npm-install-published-package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1+
##!/bin/bash
12
npm uninstall tailscale-lambda-extension
2-
npm install tailscale-lambda-extension
3-
npm install tailscale-lambda-extension --peer
3+
npm run default

npm-link-manual.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# For this proxy package to be used in the -caller project
4-
npm link
5-
# npm run watch # won't work need to bundle then compile every , doing it manually
63
npm run default
74
npm run compile
8-
cp assets/lambda/tailscale-proxy/index.js lib/lambda/tailscale-proxy/index.js
5+
cp assets/lambda/tailscale-proxy/index.js lib/lambda/tailscale-proxy/index.js
6+
7+
# For this proxy package to be used in the -caller project
8+
npm link
9+
# npm run watch # no watch run everytime a change is made because the above commands are not watched

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)