Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
David M committed Jul 20, 2018
1 parent dc50331 commit 5f91f1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ temp/
test/acceptance/e2e/**/*.html
test/integration/render/**/*.html
test/acceptance/docker/Windshaft-cartodb/
.docker.run
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"test:render": "yarn build:dev && mocha test/integration/render/render.test.js --timeout 5000",
"test:render:clean": "rm -rf test/integration/render/scenarios/**/**/reference.png",
"test:render:prepare": "yarn build:dev && node test/integration/render/render.prepare.js ",
"test:e2e": "./e2e.sh",
"test:e2e": "./scripts/run-local-e2e.sh",
"test:e2e:clean": "rm -rf test/acceptance/e2e/**/reference.png",
"test:e2e:prepare": "yarn build:dev && node test/acceptance/e2e.prepare.js ",
"test:benchmark": "node test/benchmark/benchmark.js",
Expand Down
File renamed without changes.

0 comments on commit 5f91f1a

Please sign in to comment.