Skip to content

Commit

Permalink
Combine release-related documents in a document folder (#246)
Browse files Browse the repository at this point in the history
* put docs together in doc folder

* #246 (comment)

* b425b8e#r55032517

* forgotton
  • Loading branch information
astridx authored Aug 18, 2021
1 parent 2bb6e14 commit 49bc4ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
File renamed without changes.
27 changes: 0 additions & 27 deletions docs/making-a-release.md

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
"start-bench": "run-p watch-benchmarks start-server",
"start-release": "run-s build-prod-min build-css print-release-url start-server",
"diff-tarball": "cross-env build/run-node build/diff-tarball",
"prepare-publish": "git clean -fdx & npm install",
"lint": "eslint --cache --ignore-path .gitignore src test bench build debug/*.html",
"lint-docs": "documentation lint src/index.js",
"lint-css": "stylelint 'src/css/maplibre-gl.css'",
Expand All @@ -165,7 +164,7 @@
"test-expressions": "cross-env build/run-node test/expression.test.js",
"test-flow": "cross-env build/run-node build/generate-flow-typed-style-spec && flow .",
"test-cov": "nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render",
"prepublishOnly": "run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball",
"prepublishOnly": "run-s build-flow-types 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 49bc4ca

Please sign in to comment.