mirror of
https://github.com/tabler/tabler-flags.git
synced 2026-01-25 04:06:25 +00:00
script
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -36,6 +36,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit: "chore: update versions"
|
commit: "chore: update versions"
|
||||||
title: "chore: update versions"
|
title: "chore: update versions"
|
||||||
publish: pnpm ci:publish
|
publish: "pnpm publish -r --no-git-checks"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -7,8 +7,7 @@
|
|||||||
"dev": "cd preview && npx @11ty/eleventy --watch --serve",
|
"dev": "cd preview && npx @11ty/eleventy --watch --serve",
|
||||||
"preview": "cd preview && npx @11ty/eleventy",
|
"preview": "cd preview && npx @11ty/eleventy",
|
||||||
"import-flags": "node .build/import-flags.mjs && pnpm run validate",
|
"import-flags": "node .build/import-flags.mjs && pnpm run validate",
|
||||||
"validate": "node .build/validate.mjs",
|
"validate": "node .build/validate.mjs"
|
||||||
"ci:publish": "pnpm publish -r"
|
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|||||||
Reference in New Issue
Block a user