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 3dbe270 commit 1cad937Copy full SHA for 1cad937
scripts/verdaccio-build-s2-next.sh
@@ -34,7 +34,7 @@ echo 'build Spectrum 2 + Next.js test app'
34
cd examples/s2-next-macros
35
yarn config set npmRegistryServer $registry
36
yarn install --no-immutable
37
-yarn build
+VERDACCIO=true yarn build
38
mv out ../../$verdaccio_path/s2-next-macros
39
40
netstat -tpln | awk -F'[[:space:]/:]+' '$5 == 4000 {print $(NF-2)}' | xargs kill
scripts/verdaccio.sh
@@ -166,7 +166,7 @@ then
166
cd ../../examples/s2-next-macros
167
168
169
- yarn build
+ VERDACCIO=true yarn build
170
171
172
echo 'test icon builder'
0 commit comments