Skip to content

Commit

Permalink
Add commands from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jumorata committed Apr 24, 2024
1 parent 91cf60b commit ac2ee69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"start": "npm --workspace=@trilogy-ds/react-template run start",
"setup:native": "cd examples/mobile && npm i && npm run setup:native",
"start:native": "cd examples/mobile && npm run start",
"setup:native:expo": "cd examples/mobile-expo && npm i",
"start:native:expo": "cd examples/mobile-expo && npm run start",
"preview": "vite build --config config/vite.config.js && http-server ./dist",
"storybook": "cd docs/storybook && start-storybook -p 6006",
"style:size-limit": "cd config && size-limit",
Expand Down

0 comments on commit ac2ee69

Please sign in to comment.