fix(package): np infinite loop

This commit is contained in:
Manuel Mtz-Almeida
2017-09-15 17:36:19 -05:00
parent edd19da40f
commit ac4ba0bfd8

View File

@ -17,7 +17,7 @@
"scripts": { "scripts": {
"build": "stencil build", "build": "stencil build",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"",
"publish": "../../node_modules/.bin/np --any-branch", "deploy": "../../node_modules/.bin/np --any-branch",
"test": "jest --no-cache", "test": "jest --no-cache",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },