Skip to content

Commit

Permalink
fix: use " instead of ' in shell
Browse files Browse the repository at this point in the history
see #1
  • Loading branch information
imyelo committed Dec 4, 2018
1 parent 8458662 commit 0449283
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "<%= description %>",
"author": "<%= username %>",
"scripts": {
"clean": "rimraf './dist/!(app.json)**'",
"clean": "rimraf \"./dist/!(app.json)**\"",
"prestart": "run-s clean",
"prebuild": "run-s clean",
"start": "webpack --watch --progress",
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Generated by [AVA](https://ava.li).
"description": "bar",␊
"author": "baz",␊
"scripts": {␊
"clean": "rimraf './dist/!(app.json)**'",␊
"clean": "rimraf \\"./dist/!(app.json)**\\"",␊
"prestart": "run-s clean",␊
"prebuild": "run-s clean",␊
"start": "webpack --watch --progress",␊
Expand Down
Binary file modified test/snapshots/test.js.snap
Binary file not shown.

0 comments on commit 0449283

Please sign in to comment.