Code formatting
This commit is contained in:
parent
0234b20ce3
commit
2bfb988460
60 changed files with 392 additions and 396 deletions
|
|
@ -1,14 +1,17 @@
|
|||
import os
|
||||
|
||||
from pynpm import NPMPackage
|
||||
import os
|
||||
|
||||
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')
|
||||
pkg.run_script("build")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue