Skip to content

Commit 8df064e

Browse files
committed
ignore bundled demo when formatting
1 parent 816f279 commit 8df064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"postpublish": "npm run clean",
1212
"build": "npm run clean && rollup -c rollup.config.js",
1313
"clean": "trash '**/*.js' '**/*.js.map' '**/*.d.ts' '!**/node_modules/**/*' '!rollup.config.js'",
14-
"fmt": "prettier --list-different --write --ignore-path .gitignore '**/*.{js,ts,md,html}'",
14+
"fmt": "prettier --list-different --write --ignore-path .gitignore '**/*.{js,ts,md,html}' '!index.html'",
1515
"demo:dev": "parcel demo/index.html --open",
1616
"demo:build": "parcel build demo/index.html && move-file dist/index.html index.html",
1717
"test": "jest",

0 commit comments

Comments
 (0)