refactor: Remove Setup.

This commit is contained in:
Ruben Verborgh
2020-12-07 22:42:03 +01:00
committed by Joachim Van Herwegen
parent 04a91858c2
commit badbe0032b
12 changed files with 27 additions and 65 deletions

View File

@@ -54,7 +54,7 @@
"test:deploy": "test/deploy/validate-package.sh",
"test:integration": "jest --coverageThreshold '{}' test/integration",
"test:unit": "jest test/unit",
"validate": "componentsjs-compile-config urn:solid-server:default -c config/config-default.json -f > /dev/null",
"validate": "componentsjs-compile-config urn:solid-server:default:Initializer -c config/config-default.json -f > /dev/null",
"version": "manual-git-changelog onversion",
"watch": "nodemon --watch \"dist/**/*.js\" --exec npm start"
},