Skip to content

Commit a75a09b

Browse files
authored
fix(ci): un-break publish for now (#7664)
un-break publish for now
1 parent aca6a61 commit a75a09b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/compass-web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
"test-watch": "npm run test -- --watch",
6464
"test-ci": "npm run test-cov",
6565
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write .",
66-
"upload": "node --experimental-strip-types scripts/release/upload.mts",
67-
"publish": "node --experimental-strip-types scripts/release/publish.mts"
66+
"upload": "node --experimental-strip-types scripts/release/upload.mts"
6867
},
6968
"peerDependencies": {
7069
"react": "^17.0.2",

0 commit comments

Comments
 (0)