Skip to content

Commit e3634b5

Browse files
committed
remove lite
1 parent 5388fca commit e3634b5

File tree

4 files changed

+7
-36
lines changed

4 files changed

+7
-36
lines changed

.tkb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"id": "1dRWJhy45E1Rq5wZAmPHt",
1111
"description": "Update README as required",
1212
"columnId": "column-doing"
13+
},
14+
"236t7aKMywd4VgHp6PyIb": {
15+
"id": "236t7aKMywd4VgHp6PyIb",
16+
"description": "Publish canonicals",
17+
"columnId": "column-doing"
1318
}
1419
},
1520
"columns": [
@@ -23,7 +28,8 @@
2328
"title": "Doing",
2429
"tasksIds": [
2530
"P_NrSJQ8m91Odgz8E1fS6",
26-
"1dRWJhy45E1Rq5wZAmPHt"
31+
"1dRWJhy45E1Rq5wZAmPHt",
32+
"236t7aKMywd4VgHp6PyIb"
2733
]
2834
}
2935
]

scripts/lite.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

scripts/manual-publish.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,3 @@ execSync(`cd lib && pnpm build && npm publish --provenance --access public --tag
7575
execSync(
7676
`gh release create ${NEW_VERSION} --generate-notes${isLatestRelease ? " --latest" : ""} -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${NEW_VERSION}"`,
7777
);
78-
79-
execSync("node ./scripts/lite.js");
80-
execSync(`cd lib && pnpm build && npm publish --provenance --access public --tag ${tag}`);

scripts/publish.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,3 @@ execSync("cd lib && pnpm build && npm publish --provenance --access public");
4646
execSync(
4747
`gh release create ${VERSION} --generate-notes --latest -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${VERSION}"`,
4848
);
49-
50-
execSync("node ./scripts/lite.js");
51-
execSync("cd lib && pnpm build && npm publish --provenance --access public");

0 commit comments

Comments
 (0)