feat: initial commit
This commit is contained in:
15
misc/client-sdk-testsuite/Makefile
Normal file
15
misc/client-sdk-testsuite/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
dist: node_modules
|
||||
mkdir -p dist
|
||||
cp -rf src/* dist/
|
||||
mkdir -p dist/public/vendor
|
||||
cp -f node_modules/mocha/mocha.js dist/public/vendor/mocha.js
|
||||
cp -f node_modules/mocha/mocha.css dist/public/vendor/mocha.css
|
||||
cp -f node_modules/chai/chai.js dist/public/vendor/chai.js
|
||||
|
||||
node_modules:
|
||||
npm ci
|
||||
|
||||
clean:
|
||||
rm -rf dist node_modules
|
||||
|
||||
.PHONY: dist
|
Reference in New Issue
Block a user