Skip to content

Commit

Permalink
fix(doc): repair prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Alexander Kopriwa committed Jun 27, 2018
1 parent c3f6717 commit 677b9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styleguide/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
npx rollup-umd-scripts doc variable \
PACKAGE_NAME=$(node -p "require('./package.json').name") \
PACKAGE_PEERS="$(npx rollup-umd-scripts peer npm-install-cmd)" \
PACKAGE_VERSION=$$(node -p "require('./package.json').version") \
PACKAGE_VERSION=$(node -p "require('./package.json').version") \
NODE_VERSION=${NODE_VERSION} \
NPM_VERSION=${NPM_VERSION} \
CI_REPOSITORY_URL="https://github.com/${TRAVIS_REPO_SLUG}.git" \
Expand Down

0 comments on commit 677b9be

Please # to comment.