Skip to content

Commit

Permalink
chore(ui-themes): add tokens folder to gitignore in ui-themes, run bu…
Browse files Browse the repository at this point in the history
…ild:tokens locally as well
  • Loading branch information
HerrTopi committed Aug 23, 2024
1 parent f12561e commit 173df0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/ui-themes/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ lib/
.babel-cache/
es/
types/
tokens/
8 changes: 3 additions & 5 deletions scripts/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,9 @@ function buildProject() {
console.error("'npm run build' failed :(")
process.exit(code)
}
if (process.env.CI) {
const result = execSync('npm run build:tokens', opts)
// eslint-disable-next-line no-console
console.info('npm run build:tokens result', result)
}
const result = execSync('npm run build:tokens', opts)
// eslint-disable-next-line no-console
console.info('npm run build:tokens result', result)
})
}
function bootstrap() {
Expand Down

0 comments on commit 173df0d

Please sign in to comment.