Skip to content

Commit

Permalink
chore: adjust build
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Dec 24, 2022
1 parent ec7f4de commit c9754e8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@stickyroll/react",
"version": "2.0.0",
"private": false,
"description": "A sticky view with scroll listener API for parallax style views",
"homepage": "https://stickyroll.vercel.app",
"bugs": {
Expand Down Expand Up @@ -72,6 +71,9 @@
"ncu": "yarn dlx npm-check-updates -u --dep='prod,dev'",
"ncu:minor": "yarn ncu -t minor",
"ncu:patch": "yarn ncu -t patch",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"pinst": "^3.0.0",
"prepublishOnly": "yarn clean && yarn build && yarn tsc:emitOnly",
"prettier": "prettier 'src/{**/*,*}.{ts,tsx}'",
"release": "yarn dlx standard-version@9",
Expand Down Expand Up @@ -144,6 +146,7 @@
"jotai": "^1.12.0",
"lint-staged": "^13.0.3",
"next": "^13.1.0",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
9 changes: 8 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "**/__test__/*", "**/*.test.ts", "**/*.test.tsx"]
"exclude": [
"node_modules",
"**/__tests__/*",
"**/*.test.ts",
"**/*.cy.tsx?",
"**/*.test.tsx?",
"cypress"
]
}
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3290,6 +3290,7 @@ __metadata:
jotai: ^1.12.0
lint-staged: ^13.0.3
next: ^13.1.0
pinst: ^3.0.0
prettier: ^2.7.1
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -15700,6 +15701,15 @@ __metadata:
languageName: node
linkType: hard

"pinst@npm:^3.0.0":
version: 3.0.0
resolution: "pinst@npm:3.0.0"
bin:
pinst: bin.js
checksum: 4ae48a6a60f79c37071233af51b4d91bfc85cfa3c12b66ccda60cdb642b4d14a4ab0cb3587afc55b1f6192cea1772a5e4822026a0d0d3528296edef00cc2d61f
languageName: node
linkType: hard

"pirates@npm:^4.0.1, pirates@npm:^4.0.4, pirates@npm:^4.0.5":
version: 4.0.5
resolution: "pirates@npm:4.0.5"
Expand Down

0 comments on commit c9754e8

Please sign in to comment.