mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 04:43:03 +03:00
Revert "Try using ignore-space-change flag for git diff."
This reverts commit 6b1c015db7
.
This commit is contained in:
parent
6b1c015db7
commit
055a0353c4
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
* text=auto eol=lf
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Example site built with elm-pages.",
|
||||
"scripts": {
|
||||
"start": "elm-pages dev --base base-path",
|
||||
"test": "elm-pages build --debug --base base-path && git diff --exit-code --ignore-space-change ./dist",
|
||||
"test": "elm-pages build --debug --base base-path && git diff --exit-code ./dist",
|
||||
"serve": "npm run build -- --base base-path && mv ./dist/* ./dist/base-path/ && http-server ./dist -a localhost -p 3000 -c-1",
|
||||
"build": "elm-pages build --base base-path"
|
||||
},
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Example site built with elm-pages.",
|
||||
"scripts": {
|
||||
"start": "elm-pages dev",
|
||||
"test": "elm-pages build --debug && git diff --exit-code --ignore-space-change ./dist && elm-pages build && git diff --exit-code --ignore-space-change ./dist",
|
||||
"test": "elm-pages build --debug && git diff --exit-code ./dist && elm-pages build && git diff --exit-code ./dist",
|
||||
"serve": "npm run build && http-server ./dist -a localhost -p 3000 -c-1",
|
||||
"build": "elm-pages build"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user