Skip to content

Commit a6bd325

Browse files
committed
fix: add tasks to npm
1 parent 1531dcf commit a6bd325

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Extract shapes from a shape layer to individual layers",
55
"main": "gulpfile.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"dev": "gulp dev",
8+
"prod": "gulp prod",
9+
"watch": "gulp watch"
810
},
911
"repository": {
1012
"type": "git",

0 commit comments

Comments
 (0)