Skip to content

Commit 409bfce

Browse files
iaminamcomstephenjmaher
authored andcommitted
forgot to build
1 parent c10ba3a commit 409bfce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"build": "vite build",
1111
"lint": "eslint src/**/*.js",
1212
"prettier": "prettier --write \"{src/*,tests/*,rollup.config}.js\"",
13-
"prettier-check": "prettier --check \"{src/*,tests/*,rollup.config}.js\""
13+
"prettier-check": "prettier --check \"{src/*,tests/*,rollup.config}.js\"",
14+
"prepublishOnly": "yarn run build"
1415
},
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)