Commit 661cbeab authored by Administrator's avatar Administrator

Ignores node_modules on auto-redeploy mode

The auto-redeploy mode now ignores node_modules, as it slows excesively
down the execution.
parent 4bea59fc
......@@ -616,6 +616,7 @@
<watches>
<watch>
<directory>src/main</directory>
<exclude>src/main/angular/node_modules</exclude>
</watch>
</watches>
<goals>
......
{
"name": "daa-example",
"version": "0.2.0-alpha.2",
"version": "0.2.0-alpha.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "daa-example",
"version": "0.2.0-alpha.2",
"version": "0.2.0-alpha.3",
"scripts": {
"ng": "./node_modules/.bin/ng",
"start": "./node_modules/.bin/ng serve",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment