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:
|
||||
commit: "chore: update versions"
|
||||
title: "chore: update versions"
|
||||
publish: pnpm ci:publish
|
||||
publish: "pnpm publish -r --no-git-checks"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
@@ -7,8 +7,7 @@
|
||||
"dev": "cd preview && npx @11ty/eleventy --watch --serve",
|
||||
"preview": "cd preview && npx @11ty/eleventy",
|
||||
"import-flags": "node .build/import-flags.mjs && pnpm run validate",
|
||||
"validate": "node .build/validate.mjs",
|
||||
"ci:publish": "pnpm publish -r"
|
||||
"validate": "node .build/validate.mjs"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user