cleanup symlink installation
authorTravis Webb <me@traviswebb.com>
Tue, 17 Jun 2014 07:12:23 +0000 (03:12 -0400)
committerTravis Webb <me@traviswebb.com>
Tue, 17 Jun 2014 07:12:23 +0000 (03:12 -0400)
enyo-client/application/lib [deleted symlink]
package.json

diff --git a/enyo-client/application/lib b/enyo-client/application/lib
deleted file mode 120000 (symlink)
index bc1a1ee..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../lib/
\ No newline at end of file
index a5756e2..9d5c732 100644 (file)
@@ -91,7 +91,7 @@
     "build-basic-quickstart": "./scripts/build_app.js -d quickstart --databaseonly -e foundation-database -i -s foundation-database/quickstart_data.sql",
     "jshint": "./node_modules/.bin/jshint --exclude node-datasource/lib/query/node_modules lib/backbone-x/source lib/enyo-x/source lib/tools/source enyo-client/application/source/ enyo-client/extensions node-datasource",
     "preinstall": "cd node-datasource/lib/query ; npm install",
-    "postinstall": "ln -s ../../lib/ enyo-client/application/lib && ln -s ../node_modules lib/module",
+    "postinstall": "rm enyo-client/application/lib lib/module ; ln -s ../../lib enyo-client/application/lib && ln -s ../node_modules lib/module",
     "start": "node_modules/.bin/nodemon --debug --watch node-datasource",
     "test": "./node_modules/.bin/mocha -R spec test/lib/login.js test/models/* test/database/* test/extensions/* test/lib/test_runner.js",
     "test-build": "./node_modules/.bin/mocha -R spec test/build/build_app.js",