Skip to content

Commit 8915959

Browse files
committed
chore: re-add pack
1 parent 992f124 commit 8915959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-spring/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"build": "tsup",
5151
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
5252
"dev": "tsup --watch",
53-
"lint": "TIMING=1 eslint \"src/**/*.ts*\""
53+
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
54+
"pack": "yarn pack"
5455
}
5556
}

0 commit comments

Comments
 (0)