Skip to content

Commit

Permalink
fix(dynamic-links, expo): add plugin build commands (#6660)
Browse files Browse the repository at this point in the history
  • Loading branch information
austin43 authored Nov 4, 2022
1 parent 542cec8 commit 3ec3340
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/dynamic-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"scripts": {
"build": "genversion --semi lib/version.js",
"build:clean": "rimraf android/build && rimraf ios/build",
"prepare": "yarn run build"
"build:plugin": "rimraf plugin/build && tsc --build plugin",
"lint:plugin": "eslint plugin/src/*",
"prepare": "yarn run build && npm run build:plugin"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 3ec3340

@vercel
Copy link

@vercel vercel bot commented on 3ec3340 Nov 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.