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.
2 parents 2125bb4 + 431271e commit ffe7be4Copy full SHA for ffe7be4
resources/prepublish.sh
@@ -6,7 +6,7 @@ if node -e "process.exit(($npm_config_argv).original[0].indexOf('pu') === 0)"; t
6
fi
7
8
# 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.
+# tests pass first and the deployed module contains the correct file structure.
10
# In order to prevent inadvertently circumventing this, we ensure that a CI
11
# environment exists before continuing.
12
if [ "$CI" != true ]; then
0 commit comments