Skip to content

Commit b177e0e

Browse files
committed
⚒ fix version script
1 parent e0c8042 commit b177e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"test": "nyc npm run -s test:_mocha",
4545
"test:ci": "nyc npm run -s test:_mocha",
4646
"test:_mocha": "_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000",
47-
"preversion": "npm t && npm run -s build",
48-
"version": "eslint lib/rules --fix && git add lib/rules",
47+
"preversion": "npm test",
48+
"version": "npm run -s build && eslint lib/rules --fix && git add .",
4949
"postversion": "git push && git push --tags",
5050
"watch": "npm run test:_mocha -- --watch --growl"
5151
},

0 commit comments

Comments
 (0)