Skip to content

Commit

Permalink
ci: skip example build
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jan 14, 2021
1 parent 8da14be commit 4a91343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"docs:build": "vuepress build docs",
"lint": "eslint --no-eslintrc -c .eslintrc.js ./*.js ./packages/**/*.ts",
"test": "jest --coverage",
"build": "lerna run build && lerna bootstrap",
"build": "lerna run build --scope=\"*retux*\" && lerna bootstrap",
"create-translator": "node scripts/create-translator",
"commit": "git-cz",
"release": "lerna version --conventional-commits",
Expand Down

0 comments on commit 4a91343

Please sign in to comment.