Skip to content

drop slapos.recipe.build:npm

Jérome Perrin requested to merge feat/npm into master

This is not used, not tested and causes SyntaxWarning on python 3.8:

slapos/recipe/npm.py:128: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if npm_process.returncode is not 0:

Merge request reports