feat(): add stencil link to the packages.

This commit is contained in:
Josh Thomas
2017-06-29 11:29:11 -05:00
parent 32935af1de
commit 90f2e66f83
5 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"build": "npm run clean && stencil build",
"clean": "rm -Rf ./dist/*",
"link.stencil": "npm link @stencil/core",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

View File

@@ -7,6 +7,7 @@
"build": "npm run clean && npm run copy.vendor && stencil collection",
"clean": "rm -Rf ./dist",
"copy.vendor": "mkdir -p ./dist/vendor && cp -Rf ./src/vendor ./dist",
"link.stencil": "npm link @stencil/core",
"test": "jest"
},
"repository": {

View File

@@ -22,7 +22,8 @@
"scripts": {
"test": "gulp validate",
"test:generators": "jasmine-node ./tooling/spec",
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link",
"link.stencil": "npm link @stencil/core"
},
"dependencies": {
"@angular/common": "4.1.3",

View File

@@ -6,6 +6,7 @@
"scripts": {
"build": "npm run clean && stencil build",
"clean": "rm -Rf ./dist",
"link.stencil": "npm link @stencil/core",
"test": "jest"
},
"repository": {

View File

@@ -6,6 +6,7 @@
"scripts": {
"build": "npm run clean && stencil build",
"clean": "rm -Rf ./dist/*",
"link.stencil": "npm link @stencil/core",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {