Skip to content

Commit

Permalink
restore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Jul 20, 2015
1 parent afa0db2 commit ce795b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"lint": "semistandard src/**/*.js",
"posttest": "rm ./dist/esri-leaflet-src.js",
"prepublish": "./scripts/build.js",
"pretest": "npm run lint && esperanto -i src/EsriLeaflet.js -o ./dist/esri-leaflet-src.js --skip=leaflet --t umd --strict --name L.esri --bundle",
"pretest": "npm run lint && esperanto -i src/EsriLeaflet.js -o ./dist/esri-leaflet-src.js --skip=leaflet --t umd --strict --name L.esri --bundle -m inline",
"release": "./scripts/release.sh",
"start": "grunt",
"test": "karma start"
Expand Down

0 comments on commit ce795b1

Please sign in to comment.