mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Do not build bin script.
This commit is contained in:
parent
038d5728e3
commit
0f56b715ae
3
bin/server.js
Executable file
3
bin/server.js
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
|
const { runCli } = require("..");
|
||||||
|
runCli();
|
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env node
|
|
||||||
import { runCli } from '../src/init/CliRunner';
|
|
||||||
runCli();
|
|
@ -55,7 +55,7 @@
|
|||||||
"test:unit": "jest test/unit",
|
"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 -c config/config-default.json -f > /dev/null",
|
||||||
"version": "manual-git-changelog onversion",
|
"version": "manual-git-changelog onversion",
|
||||||
"watch": "nodemon --watch \"src/**/*.js\" --watch \"bin/**/*.js\" --exec npm start"
|
"watch": "nodemon --watch \"src/**/*.js\" --exec npm start"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
@ -66,7 +66,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"index.d.ts",
|
"index.d.ts",
|
||||||
"bin/*.js",
|
"bin/*.js",
|
||||||
"bin/*.d.ts",
|
|
||||||
"src/**/*.js",
|
"src/**/*.js",
|
||||||
"src/**/*.d.ts",
|
"src/**/*.d.ts",
|
||||||
"components/**/*.jsonld",
|
"components/**/*.jsonld",
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"index.ts",
|
"index.ts",
|
||||||
"bin/**/*.ts",
|
|
||||||
"src/**/*.ts",
|
"src/**/*.ts",
|
||||||
"test/**/*.ts"
|
"test/**/*.ts"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user