mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-28 17:21:37 +00:00
Use standard breaking change identifier
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
"test:standard": "standard",
|
"test:standard": "standard",
|
||||||
"version": "run-s version:*",
|
"version": "run-s version:*",
|
||||||
"version:build": "npm run build:action && git add dist",
|
"version:build": "npm run build:action && git add dist",
|
||||||
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING:' && git add CHANGELOG.md",
|
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
|
||||||
"watch": "npm run clean && run-p watch:*",
|
"watch": "npm run clean && run-p watch:*",
|
||||||
"watch:js": "budo --dir public --live --open",
|
"watch:js": "budo --dir public --live --open",
|
||||||
"watch:md": "npm run build:md -- -w",
|
"watch:md": "npm run build:md -- -w",
|
||||||
|
|||||||
Reference in New Issue
Block a user