Skip to content

Commit

Permalink
chore(flipper): release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Almouro committed Jan 30, 2023
1 parent 84f4370 commit 6949805
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-android-performance-profiler",
"id": "android-performance-profiler",
"version": "0.2.0",
"version": "0.5.1",
"pluginType": "device",
"supportedDevices": [
{
Expand All @@ -21,8 +21,8 @@
"scripts": {
"lint": "flipper-pkg lint",
"prepack": "flipper-pkg lint && flipper-pkg bundle",
"build": "cp -R ../android-performance-profiler/cpp-profiler/bin dist && flipper-pkg bundle",
"watch": "cp -R ../android-performance-profiler/cpp-profiler/bin dist && flipper-pkg bundle --watch",
"build": "mkdir -p dist && cp -R ../android-performance-profiler/cpp-profiler/bin dist/bin && flipper-pkg bundle",
"watch": "mkdir -p dist && cp -R ../android-performance-profiler/cpp-profiler/bin dist/bin && flipper-pkg bundle --watch",
"test": "tsc --noEmit"
},
"dependencies": {
Expand Down

0 comments on commit 6949805

Please sign in to comment.