Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.json #248

Merged
merged 10 commits into from
Aug 18, 2021
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