Skip to content

Commit

Permalink
update webflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amoskeyz committed Jun 24, 2024
1 parent 05c5c20 commit 16c938e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Publish package on NPM 📦
run: yarn install --immutable && npm publish
run: npx tsc && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli lib",
"prepare": "bob build",
"release": "release-it"
"clean": "del-cli lib"
},
"keywords": [
"react-native",
Expand Down
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ts-ignore
import React, {
forwardRef,
useState,
Expand Down

0 comments on commit 16c938e

Please sign in to comment.