Skip to content

Commit a9cc4b1

Browse files
authored
Merge pull request #19 from jpbnetley/feature/test
Feature/test
2 parents 6643051 + 0a53056 commit a9cc4b1

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
@@ -8,7 +8,8 @@
88
"scripts": {
99
"watch": "parcel watch",
1010
"build": "parcel build",
11-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"prepublishOnly": "npm run build",
12+
"test": "echo \"Error: no test specified\" && exit 1"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)