Removed unused pynpm package
This commit is contained in:
parent
f54684b460
commit
6819ded7ef
4 changed files with 15 additions and 29 deletions
|
|
@ -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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue