Skip to content

Commit 62b1aec

Browse files
committed
pre-alpha: set Flipper ID
1 parent fc03d63 commit 62b1aec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run build
21-
- run: ls
2221
- run: npm publish
2322
env:
2423
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const RecoilFlipperClient = () => {
88
useEffect(() => {
99
addPlugin({
1010
getId() {
11-
return 'MyFlipperPlugin';
11+
return 'recoil-state';
1212
},
1313
onConnect(connection) {
1414
console.log({ connection });

0 commit comments

Comments
 (0)