Merge branch 'master' into 'pytest'

# Conflicts:
#   poetry.lock
This commit is contained in:
Joel Collins 2020-11-25 15:26:20 +00:00
commit f1060d9e6d
4 changed files with 14 additions and 28 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")