Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore: added git ignore and script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn Carrasco committed Apr 16, 2024
1 parent 31fe502 commit 44815d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ storybook-static

src/theming/tokens-style-dictionary
src/theming/tokens-output
src/tailwind/tokens-output

.env

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"build:tokens": "./tokens-build.sh",
"prepublishOnly": "rm -rf dist && rollup -c",
"prepublishTokenOutput": "cp -R src/theming/tokens-output src/tailwind/tokens-output",
"test": "jest --testPathIgnorePatterns \"src/puppeteer-tests/.*\" --env=jsdom",
"test:storyshots": "yarn build && jest src/puppeteer-tests/storyshots-puppeteer.test.js --env=node --config=jest.config.js --runInBand --detectOpenHandles",
"prestart": "yarn run build:tokens",
Expand Down

0 comments on commit 44815d4

Please sign in to comment.