We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992f124 commit 8915959Copy full SHA for 8915959
packages/react-spring/package.json
@@ -50,6 +50,7 @@
50
"build": "tsup",
51
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
52
"dev": "tsup --watch",
53
- "lint": "TIMING=1 eslint \"src/**/*.ts*\""
+ "lint": "TIMING=1 eslint \"src/**/*.ts*\"",
54
+ "pack": "yarn pack"
55
}
56
0 commit comments