Skip to content

Commit ffe7be4

Browse files
committed
Merge pull request #137 from enaqx/patch-2
Fix typo in prepublish
2 parents 2125bb4 + 431271e commit ffe7be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/prepublish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if node -e "process.exit(($npm_config_argv).original[0].indexOf('pu') === 0)"; t
66
fi
77

88
# Publishing to NPM is currently supported by Travis CI, which ensures that all
9-
# tests pass first and the deployed module contains the correct file struture.
9+
# tests pass first and the deployed module contains the correct file structure.
1010
# In order to prevent inadvertently circumventing this, we ensure that a CI
1111
# environment exists before continuing.
1212
if [ "$CI" != true ]; then

0 commit comments

Comments
 (0)