Skip to content

Commit 21f4152

Browse files
factions-user
authored andcommitted
parse ca actions
GitOrigin-RevId: fd14813cc65ef1978201d1c368ce25a9af05e372
1 parent e15175b commit 21f4152

3 files changed

Lines changed: 105 additions & 16 deletions

File tree

.syncpackrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"sortFirst": ["name", "private", "version"],
44
"indent": "\t",
55
"versionGroups": [
6+
{
7+
"label": "Ignore for version urls",
8+
"dependencies": ["xlsx"],
9+
"isIgnored": true
10+
},
611
{
712
"label": "Use workspace protocol when developing local packages",
813
"dependencies": ["$LOCAL"],

package-lock.json

Lines changed: 99 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"bash -c \"npm run check && :\""
2323
],
2424
"**/package.json": [
25-
"syncpack lint"
25+
"echo \"`syncpack lint` disabled until can support tarball version for xlsx\""
2626
]
2727
},
2828
"packageManager": "npm@11.2.0",

0 commit comments

Comments
 (0)