Skip to content

Commit c0fb150

Browse files
committed
Fixing sequence of actions during release
1 parent 3e4cf34 commit c0fb150

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
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rules-engine-simplified",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Simpl JSON rules engine",
55
"private": false,
66
"author": "mavarazy@gmail.com",
@@ -12,7 +12,7 @@
1212
"dist": "npm run build:lib && npm run build:dist",
1313
"lint": "eslint src test",
1414
"precommit": "lint-staged",
15-
"publish-to-npm": "npm run dist && npm version patch && npm publish",
15+
"publish-to-npm": "npm run dist && npm publish && npm version patch",
1616
"tdd": "jest --watchAll",
1717
"test": "jest --coverage"
1818
},

0 commit comments

Comments
 (0)