|
94 | 94 | "url": "https://github.com/netlify/js-client.git" |
95 | 95 | }, |
96 | 96 | "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", |
101 | 97 | "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", |
103 | 99 | "test": "run-s test:*", |
104 | 100 | "test:lint": "eslint --fix \"src/**/*.js\" \"*.js\"", |
105 | 101 | "test:prettier": "prettier --write --loglevel warn \"src/**/*.js\" \"*.{js,md,yml,json}\"", |
106 | 102 | "test:deps": "dependency-check ./package.json --entry \"src/**/!(*.test).js\" --unused --missing --no-dev --no-peer", |
107 | 103 | "test:ava": "nyc --reporter=lcov ava --verbose && nyc report", |
108 | 104 | "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", |
109 | 109 | "clean": "rimraf dist coverage", |
110 | 110 | "version": "auto-changelog -p --template keepachangelog --breaking-pattern breaking && git add CHANGELOG.md" |
111 | 111 | } |
|
0 commit comments