summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas@tuxedobook2017-08-31 07:49:13 +0200
committerandreas@tuxedobook2017-08-31 07:49:13 +0200
commit97a556181734755c6951897f020427cca4809bbd (patch)
tree4b01dbfcfccd1aa585b35a62d10c9da5a4c49da4
parent91941157f44efd1b69522cec8ea5510189fc7d1b (diff)
downloaddotfiles-97a556181734755c6951897f020427cca4809bbd.zip
dotfiles-97a556181734755c6951897f020427cca4809bbd.tar.gz
Build fixed and README with todo added.
-rw-r--r--README.txt7
-rw-r--r--package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..3956317
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,7 @@
+
+-------------------------------------------------------------------------------
+TODO:
+[ ] Add git config
+
+-------------------------------------------------------------------------------
+
diff --git a/package.json b/package.json
index 0162ce1..215a399 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "Project where I collect my configuration files and setup TODOs.",
"scripts": {
- "build": "cp -rt dist/ src/*",
+ "build": "mkdir dist && cp -rt dist/ src/*",
"clean": "rm -rf dist/*",
"clean-build": "npm clean && npm build",
"test": "echo \"Error: no test specified\" && exit 1"