Skip to content

Commit

Permalink
Adding new script
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Nov 2, 2023
1 parent affa5d1 commit 82e9116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"storybook:watch": "sb-rn-watcher --config-path .storybook/native",
"storybook:web": "STORYBOOK_WEB=true start-storybook --config-dir .storybook/web -p 6006 --no-version-updates",
"test": "jest --coverage",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"tokensBuild": "cd ../tokens && yarn build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 82e9116

Please sign in to comment.