mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(): add stencil link to the packages.
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"build": "npm run clean && stencil build",
|
||||
"clean": "rm -Rf ./dist",
|
||||
"link.stencil": "npm link @stencil/core",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user