fix light publish command
This commit is contained in:
parent
970741a8dd
commit
badcbfdc8e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,6 @@ child_process.execSync('npm publish . --access public', {
|
||||||
});
|
});
|
||||||
|
|
||||||
// tileserver-gl-light
|
// tileserver-gl-light
|
||||||
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