We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9f7d57 + 62b1aec commit deefd31Copy full SHA for deefd31
.github/workflows/npm-publish.yml
@@ -18,7 +18,6 @@ jobs:
18
registry-url: https://registry.npmjs.org/
19
- run: npm ci
20
- run: npm run build
21
- - run: ls
22
- run: npm publish
23
env:
24
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
index.ts
@@ -8,7 +8,7 @@ export const RecoilFlipperClient = () => {
8
useEffect(() => {
9
addPlugin({
10
getId() {
11
- return 'MyFlipperPlugin';
+ return 'recoil-state';
12
},
13
onConnect(connection) {
14
console.log({ connection });
0 commit comments