mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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: |
|
||||
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
|
||||
|
||||
|
@ -5,7 +5,8 @@ export default {
|
||||
const mono = load('../..')
|
||||
|
||||
pkg.copyFilesFrom(mono, [
|
||||
'LICENSE'
|
||||
'LICENSE',
|
||||
'README.md'
|
||||
])
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user