Merge branch 'master' into 'pytest'
# Conflicts: # poetry.lock
This commit is contained in:
commit
f1060d9e6d
4 changed files with 14 additions and 28 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