@nxlv/python
Advanced tools
Comparing version 1.8.0-beta.1 to 1.8.0-beta.2
{ | ||
"name": "@nxlv/python", | ||
"version": "1.8.0-beta.1", | ||
"version": "1.8.0-beta.2", | ||
"description": "Custom NX Plugin to support the Python language", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -29,3 +29,3 @@ "use strict"; | ||
const executable = 'npx'; | ||
const deployArgs = ['sls', 'deploy', '--stage', options.stage] | ||
const deployArgs = ['serverless', 'deploy', '--stage', options.stage] | ||
.concat(options.verbose ? ['--verbose'] : []) | ||
@@ -32,0 +32,0 @@ .concat(options.force ? ['--force'] : []); |
Sorry, the diff of this file is not supported yet
147116