Removed unused pynpm package

This commit is contained in:
Joel Collins 2020-11-24 17:49:50 +00:00
parent f54684b460
commit 6819ded7ef
4 changed files with 15 additions and 29 deletions

View file

@ -1,17 +0,0 @@
import os
from pynpm import NPMPackage
dir_path = os.path.dirname(os.path.realpath(__file__))
pkg_path = os.path.join(dir_path, "api", "static", "package.json")
pkg = NPMPackage(pkg_path)
def install():
pkg.install()
def build():
pkg.install()
pkg.run_script("build")