Merge branch 'dev' of github.com:nuxt/nuxt.js into dev

This commit is contained in:
Sébastien Chopin 2018-11-16 10:16:16 -05:00
commit 5dd37d19df
2 changed files with 3 additions and 2 deletions

View File

@ -117,7 +117,7 @@ jobs:
command: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
yarn lerna version
yarn lerna version --exact
PACKAGE_SUFFIX=edge yarn build
./scripts/workspace-run npm publish

View File

@ -5,7 +5,8 @@ export default {
const mono = load('../..')
pkg.copyFilesFrom(mono, [
'LICENSE'
'LICENSE',
'README.md'
])
})
}