summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--package.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c2658d7..b6e7314 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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": [],