This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -392,9 +392,9 @@ verify()
392392 # It's strongly discouraged for library authors to publish shrinkwrap.json, since that would prevent end users from
393393 # having control over transitive dependency updates. See https://docs.npmjs.com/files/shrinkwrap.json
394394 #
395- if [ -n " $PTNFLY " -o -n " $PTNFLY_ANGULAR " -o -n " $RCUE " -o -n " $PTNFLY_WC " ]; then
396- shrinkwrap
397- fi
395+ # if [ -n "$PTNFLY" -o -n "$PTNFLY_ANGULAR" -o -n "$RCUE" -o -n "$PTNFLY_WC" ]; then
396+ # shrinkwrap
397+ # fi
398398
399399 commit # Changes must be committed prior to bower verify step
400400 verify $VERIFY_DIR $BUILD_DIR
Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ verify()
134134 # It's strongly discouraged for library authors to publish shrinkwrap.json, since that would prevent end users from
135135 # having control over transitive dependency updates. See https://docs.npmjs.com/files/shrinkwrap.json
136136 #
137- if [ -n " $PTNFLY " -o -n " $PTNFLY_ANGULAR " ]; then
138- shrinkwrap
139- fi
137+ # if [ -n "$PTNFLY" -o -n "$PTNFLY_ANGULAR" ]; then
138+ # shrinkwrap
139+ # fi
140140
141141 verify
142142 publish_branch
You can’t perform that action at this time.
0 commit comments