We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e0ff9 commit 3de5aadCopy full SHA for 3de5aad
misk-admin/web/build.sh
@@ -15,7 +15,7 @@ set -x
15
# "$HERMIT_ENV/node_modules/.bin" to the PATH, and we need that for miskweb to be found.
16
# Except sometimes we have a different hermit env active, so we deal with that below.
17
pushd ..
18
-bin/npm ci --registry=https://artifactory.global.square/artifactory/api/npm/square-npm/
+bin/npm ci --registry=https://registry.npmjs.org/
19
popd
20
21
../node_modules/.bin/miskweb ci-build -e
0 commit comments