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",
|
||||
"validate": "componentsjs-compile-config urn:solid-server:default -c config/config-default.json -f > /dev/null",
|
||||
"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": {
|
||||
"hooks": {
|
||||
@ -66,7 +66,6 @@
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"bin/*.js",
|
||||
"bin/*.d.ts",
|
||||
"src/**/*.js",
|
||||
"src/**/*.d.ts",
|
||||
"components/**/*.jsonld",
|
||||
|
@ -15,7 +15,6 @@
|
||||
},
|
||||
"include": [
|
||||
"index.ts",
|
||||
"bin/**/*.ts",
|
||||
"src/**/*.ts",
|
||||
"test/**/*.ts"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user