Skip to content

Commit 4ec88bf

Browse files
committed
chore(changelog): skip checking changelog
1 parent 6817f52 commit 4ec88bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"docs": "ts-node build/buildDocs.ts",
8-
"format:base": "prettier --config ./.prettierrc \"*.{json,md}\" \"src/**/*.{css,scss,ts}\" \"test/**/*.{css,scss,ts}\"",
8+
"format:base": "prettier --config ./.prettierrc \"*.{json}\" \"src/**/*.{css,scss,ts}\" \"test/**/*.{css,scss,ts}\"",
99
"format:check": "npm run format:base -- --list-different",
1010
"format:fix": "npm run format:base -- --write",
1111
"lint": "tslint -c tslint.json \"src/**/*.ts\" \"test/**/*.ts\"",

0 commit comments

Comments
 (0)