We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57f5b4 commit 232e74bCopy full SHA for 232e74b
1 file changed
package.json
@@ -7,7 +7,9 @@
7
"fontkit": "scripts/build.js"
8
},
9
"scripts": {
10
- "build": "node scripts/build.js"
+ "build": "node scripts/build.js",
11
+ "test": "echo \"Error: no test specified\" && exit 1",
12
+ "prepublishOnly": "npm run build"
13
14
"repository": {
15
"type": "git",
0 commit comments