Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 08554b2

Browse files
committed
Reorder npm scripts
1 parent 27efb96 commit 08554b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,18 @@
9494
"url": "https://github.com/netlify/js-client.git"
9595
},
9696
"scripts": {
97-
"build": "run-s build:*",
98-
"build:webpack": "webpack",
99-
"ci": "run-s test build",
100-
"deptree": "depcruise --exclude '^node_modules' --output-type dot src | dot -T svg > site/dist/dependencygraph.svg",
10197
"prepublishOnly": "npm run build:webpack && git push && git push --tags && gh-release",
102-
"report": "nyc report --reporter=text-lcov | coveralls",
98+
"ci": "run-s test build",
10399
"test": "run-s test:*",
104100
"test:lint": "eslint --fix \"src/**/*.js\" \"*.js\"",
105101
"test:prettier": "prettier --write --loglevel warn \"src/**/*.js\" \"*.{js,md,yml,json}\"",
106102
"test:deps": "dependency-check ./package.json --entry \"src/**/!(*.test).js\" --unused --missing --no-dev --no-peer",
107103
"test:ava": "nyc --reporter=lcov ava --verbose && nyc report",
108104
"watch": "nyc --reporter=lcov ava --watch",
105+
"report": "nyc report --reporter=text-lcov | coveralls",
106+
"build": "run-s build:*",
107+
"build:webpack": "webpack",
108+
"deptree": "depcruise --exclude '^node_modules' --output-type dot src | dot -T svg > site/dist/dependencygraph.svg",
109109
"clean": "rimraf dist coverage",
110110
"version": "auto-changelog -p --template keepachangelog --breaking-pattern breaking && git add CHANGELOG.md"
111111
}

0 commit comments

Comments
 (0)