First pass at coordinate axes
This commit is contained in:
parent
413a8b5b81
commit
c7f2feab1f
2 changed files with 28 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -40,6 +40,7 @@ site/node_modules: node_modules package.json package-lock.json
|
|||
cp package.json package-lock.json tmpproj
|
||||
cd tmpproj && npm install --production
|
||||
cp -r tmpproj/node_modules site
|
||||
touch site/node_modules
|
||||
|
||||
dyna3.zip: $(BLDTARGS)
|
||||
zip -r $@ site
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue