Skip to content

Commit

Permalink
Add React Native transform. Update GH action.
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick committed Mar 8, 2024
1 parent 149ba6f commit 60b2baf
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 2,134 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/transform-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ jobs:
- run: npm run build
- name: Add & Commit
uses: EndBug/add-and-commit@v9.1.1
with:
# Use `force` so that the dist directory can be committed by the
# action, but can't be accidentally committed when building locally
add: "--force"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#dist/
dist/
node_modules/
*.bak
logs/*
Expand Down
9 changes: 9 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
arrowParens: "always",
endOfLine: "lf",
printWidth: 80,
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: "all",
};
318 changes: 0 additions & 318 deletions dist/css/cds-tokens.css

This file was deleted.

Loading

0 comments on commit 60b2baf

Please sign in to comment.