Skip to content

Commit f7f57b5

Browse files
committed
Cache optional
1 parent 277ef57 commit f7f57b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"//": "test must exit with status 1 if fails, don't use | or ensure the right exit code if you do",
99
"test": "SELENIUM_LOCAL=1 NODE_ENV=test NODE_PATH=./modules ./node_modules/.bin/gulp test",
1010
"build": "NODE_PATH=./modules ./node_modules/.bin/gulp build",
11-
"gulp": "NODE_PATH=./modules ./node_modules/.bin/gulp"
11+
"gulp": "NODE_PRESERVE_SYMLINKS=1 NODE_PATH=./modules ./node_modules/.bin/gulp"
1212
},
1313
"precommit": "NODE_ENV=development node `which gulp` pre-commit",
1414
"//": "node-xmpp-client installs for linux only",

0 commit comments

Comments
 (0)