Skip to content

Commit e16bb9c

Browse files
committed
exclude websockets from being built using npm
1 parent 6825da3 commit e16bb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- script: mv _package.json package.json && npm install && rm package.json
149149
displayName: "run npm install"
150150
- script: |
151-
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler`; do
151+
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler | grep -v websockets`; do
152152
(cd examples/$dir &&
153153
ln -fs ../../node_modules . &&
154154
npm run build -- --output-path $BUILD_ARTIFACTSTAGINGDIRECTORY/exbuild/$dir) || exit 1;

0 commit comments

Comments
 (0)