Feat: import work and verify compilation

This commit is contained in:
2020-06-24 08:26:04 +02:00
parent 1ad81faabe
commit 5b475a2f38
1607 changed files with 151664 additions and 1255 deletions

10
theme/node_modules/multipipe/Makefile generated vendored Normal file
View File

@@ -0,0 +1,10 @@
node_modules: package.json
@npm install
test:
@./node_modules/.bin/mocha \
--reporter spec \
--timeout 100
.PHONY: test