Skip to content

Commit

Permalink
Update package.json (#248)
Browse files Browse the repository at this point in the history
* rename .js to .ts in doc/life-of-a-tile.md

* life of a tile

* correction

* package.json
  • Loading branch information
astridx authored Aug 18, 2021
1 parent fdfb04d commit 44c11ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@
"start-release": "run-s build-prod-min build-css print-release-url start-server",
"diff-tarball": "cross-env build/run-node build/diff-tarball",
"lint": "eslint --ext \".ts,.js,.html\" --ignore-path .gitignore src build debug/*.html",
"prepare-publish": "git clean -fdx & npm install",
"lint-docs": "documentation lint src/index.js",
"lint-docs": "documentation lint src/index.ts",
"lint-css": "stylelint 'src/css/maplibre-gl.css'",
"test": "run-s lint lint-css lint-docs test-unit",
"test-suite": "run-s test-render test-query test-expressions",
Expand All @@ -198,7 +197,7 @@
"test-query": "testem ci -f test/integration/testem.cjs -R xunit > test/integration/query-tests/test-results.xml",
"test-expressions": "node --experimental-specifier-resolution=node test/expression.test.js",
"test-cov": "nyc --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render",
"prepublishOnly": "run-s prepare-publish build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball",
"prepublishOnly": "run-s build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball",
"print-release-url": "node build/print-release-url.js",
"codegen": "cross-env build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"
},
Expand Down

0 comments on commit 44c11ed

Please sign in to comment.