diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | package.json | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -1 +1,2 @@ -node_modules/ +node_modules/
+dist/
diff --git a/package.json b/package.json index 463ada0..3634b98 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "index.js", "scripts": { + "build": "cp -r src dist", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], |
