Skip to content

Commit 3de5aad

Browse files
staktracesvc-squareup-copybara
authored andcommitted
Fix URL for OSS misk
GitOrigin-RevId: fc0c7b2d0ebef10bb7d641038e1c428b7bc4d315
1 parent 31e0ff9 commit 3de5aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misk-admin/web/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -x
1515
# "$HERMIT_ENV/node_modules/.bin" to the PATH, and we need that for miskweb to be found.
1616
# Except sometimes we have a different hermit env active, so we deal with that below.
1717
pushd ..
18-
bin/npm ci --registry=https://artifactory.global.square/artifactory/api/npm/square-npm/
18+
bin/npm ci --registry=https://registry.npmjs.org/
1919
popd
2020

2121
../node_modules/.bin/miskweb ci-build -e

0 commit comments

Comments
 (0)