Skip to content

Commit 9ca9525

Browse files
committed
Move prepublish to the right place
1 parent e1d9037 commit 9ca9525

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
@@ -1,6 +1,6 @@
11
{
22
"name": "pick-dom-element",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Interactively pick elements in the DOM",
55
"author": "Harry Marr",
66
"license": "MIT",
@@ -10,10 +10,10 @@
1010
"dist"
1111
],
1212
"scripts": {
13+
"prepublish": "npm run build",
1314
"build": "tsc",
1415
"watch": "tsc --watch"
1516
},
16-
"prepublish": "tsc",
1717
"devDependencies": {
1818
"typescript": "^4.0.2"
1919
}

0 commit comments

Comments
 (0)