Skip to content

Commit e1d30b2

Browse files
committed
feature(dingus) WIP : initial ciceromark dingus
Signed-off-by: Jerome Simeon <[email protected]>
1 parent ec9d4a4 commit e1d30b2

File tree

11 files changed

+2184
-42
lines changed

11 files changed

+2184
-42
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export VERSION=$(node -e "console.log(require('${DIR}/package.json').version)")
8989

9090
# Publish with tag
9191
echo "Pushing with tag ${TAG}"
92-
lerna exec -- npm publish --access public --tag="${TAG}" 2>&1
92+
lerna exec --ignore dingus -- npm publish --access public --tag="${TAG}" 2>&1
9393

9494
# Check that all required modules have been published to npm and are retrievable
9595
for j in ${NPM_MODULES}; do

0 commit comments

Comments
 (0)