Skip to content

Commit a512585

Browse files
committed
chore(package): run tests before running version tagging
1 parent 8945b81 commit a512585

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
},
1010
"main": "lib/css-byebye.js",
1111
"scripts": {
12-
"release": "standard-version",
12+
"release": "npm test && standard-version",
1313
"lint": "eslint lib",
14-
"test": "TZ=utc mocha 'lib/**/*spec.js'"
14+
"test": "TZ=utc mocha 'lib/**/*spec.js'",
15+
"test-unit": "TZ=utc mocha 'lib/**/*spec.js'"
1516
},
1617
"keywords": [
1718
"css, byebye, remove, rules, selector, regex"

0 commit comments

Comments
 (0)