Skip to content

Commit 165cfba

Browse files
committed
add scripts to package.json
1 parent 77fe85c commit 165cfba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
},
2121
"dependencies": {
2222
"tone": "0.10.0"
23+
},
24+
"scripts": {
25+
"build": "grunt",
26+
"test": "grunt run-tests",
27+
"lint": "grunt lint",
28+
"dev": "grunt dev"
2329
}
2430
}

0 commit comments

Comments
 (0)