We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1531dcf commit a6bd325Copy full SHA for a6bd325
1 file changed
package.json
@@ -4,7 +4,9 @@
4
"description": "Extract shapes from a shape layer to individual layers",
5
"main": "gulpfile.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "dev": "gulp dev",
8
+ "prod": "gulp prod",
9
+ "watch": "gulp watch"
10
},
11
"repository": {
12
"type": "git",
0 commit comments