We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816f279 commit 8df064eCopy full SHA for 8df064e
package.json
@@ -11,7 +11,7 @@
11
"postpublish": "npm run clean",
12
"build": "npm run clean && rollup -c rollup.config.js",
13
"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}'",
+ "fmt": "prettier --list-different --write --ignore-path .gitignore '**/*.{js,ts,md,html}' '!index.html'",
15
"demo:dev": "parcel demo/index.html --open",
16
"demo:build": "parcel build demo/index.html && move-file dist/index.html index.html",
17
"test": "jest",
0 commit comments