mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
Merge branch 'dev' of github.com:nuxt/nuxt.js into dev
This commit is contained in:
commit
5dd37d19df
@ -117,7 +117,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
yarn lerna version
|
yarn lerna version --exact
|
||||||
PACKAGE_SUFFIX=edge yarn build
|
PACKAGE_SUFFIX=edge yarn build
|
||||||
./scripts/workspace-run npm publish
|
./scripts/workspace-run npm publish
|
||||||
|
|
||||||
|
@ -5,7 +5,8 @@ export default {
|
|||||||
const mono = load('../..')
|
const mono = load('../..')
|
||||||
|
|
||||||
pkg.copyFilesFrom(mono, [
|
pkg.copyFilesFrom(mono, [
|
||||||
'LICENSE'
|
'LICENSE',
|
||||||
|
'README.md'
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user