Skip to content

Commit

Permalink
directive of money
Browse files Browse the repository at this point in the history
  • Loading branch information
crisefd committed Apr 22, 2016
1 parent 9436f67 commit 12c3a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postinstall": "parallelshell 'npm run hookmeup' 'npm run less' 'grunt install'",
"release": "npm version patch",
"release:build": "npm version patch && npm run build",
"start": "ws -p 8080 -d src/main/",
"start": "ws -p 8888 -d src/main/",
"test": "npm run lint && npm run karma",
"watch": "parallelshell 'npm run watch:html' 'npm run watch:less' 'npm run watch:js' 'npm run watch:test' 'npm start'",
"watch:design": "parallelshell 'npm run watch:less' 'npm start'",
Expand All @@ -26,7 +26,7 @@
"watch:js": "onchange 'src/main/**/*.js' '!src/main/**/*.test.js' '!src/main/coverage/**' '!src/main/doc/**' -- npm run lint",
"watch:less": "onchange 'src/main/**/*.less' -- npm run less",
"watch:test": "onchange 'src/main/**/*.test.js' '!src/main/coverage/**' '!src/main/doc/**' -- npm run unit-tests all",
"livereload": "cd src/main ; ../../node_modules/instant-server/bin/instant 8080",
"livereload": "cd src/main ; ../../node_modules/instant-server/bin/instant 8888",
"jenkins-protractor": "cd src/test/ ; ./protractor-jenkins.sh",
"protractor": "cd src/test/ ; ./protractor-local.sh; "
},
Expand Down

0 comments on commit 12c3a0c

Please sign in to comment.