Skip to content

Commit 232e74b

Browse files
committed
Update
1 parent e57f5b4 commit 232e74b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"fontkit": "scripts/build.js"
88
},
99
"scripts": {
10-
"build": "node scripts/build.js"
10+
"build": "node scripts/build.js",
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"prepublishOnly": "npm run build"
1113
},
1214
"repository": {
1315
"type": "git",

0 commit comments

Comments
 (0)