update publish commands
This commit is contained in:
parent
c0987a8065
commit
970741a8dd
1 changed files with 2 additions and 2 deletions
|
|
@ -50,11 +50,11 @@ if (process.argv.length > 2 && process.argv[2] == '--no-publish') {
|
||||||
/* PUBLISH */
|
/* PUBLISH */
|
||||||
|
|
||||||
// tileserver-gl
|
// tileserver-gl
|
||||||
require('child_process').execSync('npm publish . --access public', {
|
child_process.execSync('npm publish . --access public', {
|
||||||
stdio: 'inherit'
|
stdio: 'inherit'
|
||||||
});
|
});
|
||||||
|
|
||||||
// tileserver-gl-light
|
// tileserver-gl-light
|
||||||
require('child_process').execSync('npm publish light --access public', {
|
child_process.execSync('npm publish light --access public', {
|
||||||
stdio: 'inherit'
|
stdio: 'inherit'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue