Skip to content

Commit b4dc7f3

Browse files
committed
Fix: add build to prepublishOnly script
1 parent 3ff7fa0 commit b4dc7f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@2toad/fluent-state",
3-
"version": "2.0.0",
4-
"description": "A fluent JavaScript State Machine (with TypeScript support)",
3+
"version": "2.0.1",
4+
"description": "A fluent JavaScript State Machine with full TypeScript support",
55
"homepage": "https://github.com/2Toad/fluent-state",
66
"author": "2Toad",
77
"license": "MIT",
@@ -16,12 +16,12 @@
1616
"lint": "eslint . --cache",
1717
"lint:fix": "eslint . --fix",
1818
"format": "prettier . --write",
19-
"prepublishOnly": "npm run lint && npm test",
19+
"prepublishOnly": "npm run lint && npm test && npm run build",
2020
"prepare": "husky"
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+ssh://git@github.com:2Toad/fluent-state.git"
24+
"url": "git+ssh://git@github.com/2Toad/fluent-state.git"
2525
},
2626
"keywords": [
2727
"state machine"

0 commit comments

Comments
 (0)