Skip to content

Commit

Permalink
add handly only-env root scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Oct 6, 2021
1 parent d555d15 commit b9b89bb
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 @@ -33,6 +33,8 @@
"pull:all": "git submodule update --init --recursive",
"figma-native": "yarn workspace figma-native run webpack:watch",
"figma": "yarn workspace figma run build:dev && yarn web",
"figma:onlyweb": "yarn workspace web run dev",
"figma:onlyplugin": "yarn workspace figma run build:dev",
"build:figma:prod": "yarn workspace figma run build",
"sketch": "yarn workspace sketch run render",
"web": "yarn workspace web run dev",
Expand Down

0 comments on commit b9b89bb

Please sign in to comment.