Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d1d654d

Browse files
committedMay 29, 2019
update prettier to run on js in top level dir
1 parent faba3ff commit d1d654d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "echo 'No tests yet'",
1111
"start": "env TEST_MDK=true webpack-dev-server --open --config webpack.config.widget.js",
1212
"postinstall": "yarn build",
13-
"prettier:run": "prettier --write 'src/*.js' --write 'assets/**/*.{js,css}'",
13+
"prettier:run": "prettier --write 'src/*.js' --write 'assets/**/*.{js,css}' --write '*.js",
1414
"clientAssets:link": "cd ../materia-server-client-assets && yarn link && cd - && yarn link materia-server-client-assets"
1515
},
1616
"materia": {

0 commit comments

Comments
 (0)
Please sign in to comment.