Skip to content

Commit c5ab78a

Browse files
committed
added test and build scripts to npm
1 parent de484d9 commit c5ab78a

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
@@ -7,7 +7,8 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"test": "pulp test",
11+
"build": "pulp build"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)