Skip to content

Commit ccb2376

Browse files
committed
That didn't work, changing scripts back
1 parent 787556f commit ccb2376

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
### UNRELEASED
66

7-
- Cleanup npm scripts
8-
97
### [3.2.1](https://github.com/doesdev/rollup-plugin-analyzer/compare/3.2.0...3.2.1)
108

119
> 12 September 2019

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"module.js"
1111
],
1212
"scripts": {
13-
"build": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c",
14-
"test": "npm run build && mvt --verbose",
15-
"precommit": "npm run build && mvt --verbose && git add index.js"
13+
"test": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c && mvt --verbose",
14+
"precommit": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c && mvt --verbose && git add index.js"
1615
},
1716
"repository": {
1817
"type": "git",

0 commit comments

Comments
 (0)