Skip to content

Commit afd5379

Browse files
chore: change order of scripts
1 parent 4b078de commit afd5379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"lint:fix": "eslint . --fix",
2727
"pretest": "npm run lint",
2828
"test": "ava e2e/index.js",
29-
"release": "standard-version",
3029
"prebuild": "rimraf bin",
3130
"build": "rollup -c",
32-
"prerelease": "npm run build"
31+
"prerelease": "npm run build",
32+
"release": "standard-version"
3333
},
3434
"files": [
3535
"bin",

0 commit comments

Comments
 (0)