refactor: building
This commit is contained in:
parent
8c08bce2e4
commit
a562add3ed
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "NODE_PATH=./node_modules webpack --mode production",
|
||||
"clean": "rm -f yarn.lock && yarn",
|
||||
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
||||
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
||||
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"build": "lerna run build",
|
||||
"clean": "lerna exec rm yarn.lock",
|
||||
"clean": "lerna run clean",
|
||||
"forcedev": "lerna run dev && lerna run forcepub",
|
||||
"lint": "lerna run lint",
|
||||
"test": "lerna run test",
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "NODE_PATH=./node_modules webpack --mode production",
|
||||
"clean": "rm -f yarn.lock && yarn",
|
||||
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
||||
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
||||
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
||||
|
|
5347
packages/core/yarn.lock
Normal file
5347
packages/core/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "NODE_PATH=./node_modules webpack --mode production",
|
||||
"clean": "rm -f yarn.lock && yarn",
|
||||
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
||||
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
||||
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
||||
|
|
5519
packages/db/yarn.lock
Normal file
5519
packages/db/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "NODE_PATH=./node_modules webpack --mode production",
|
||||
"clean": "rm -f yarn.lock && yarn",
|
||||
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
||||
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
||||
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
||||
|
|
6371
packages/http/yarn.lock
Normal file
6371
packages/http/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "NODE_PATH=./node_modules webpack --mode production",
|
||||
"clean": "rm -f yarn.lock && yarn",
|
||||
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
||||
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
||||
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
||||
|
|
6272
packages/react/yarn.lock
Normal file
6272
packages/react/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "NODE_PATH=./node_modules webpack --mode production",
|
||||
"clean": "rm -f yarn.lock && yarn",
|
||||
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
||||
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
||||
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
||||
|
|
5464
packages/redis/yarn.lock
Normal file
5464
packages/redis/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "NODE_PATH=./node_modules webpack --mode production",
|
||||
"clean": "rm -f yarn.lock && yarn",
|
||||
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
||||
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
||||
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
||||
|
|
5333
packages/repl/yarn.lock
Normal file
5333
packages/repl/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "NODE_PATH=./node_modules webpack --mode production",
|
||||
"clean": "rm -f yarn.lock && yarn",
|
||||
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
||||
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
||||
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
||||
|
|
6658
packages/socket/yarn.lock
Normal file
6658
packages/socket/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "NODE_PATH=./node_modules webpack --mode production",
|
||||
"clean": "rm -f yarn.lock && yarn",
|
||||
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
||||
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
||||
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
||||
|
|
|
@ -844,8 +844,8 @@
|
|||
|
||||
"@latus/core@1.0.0", "@latus/core@^1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://npm.i12e.cha0s.io/@latus%2fcore/-/core-1.0.0.tgz#23aae7463276aabc69bdb6747e2e663983a69f0b"
|
||||
integrity sha512-8vCOKsuC0EJEr9PCv1HnVgP5D6VtObRz792r9GAsP6asvYc5UO9lhDmfgXTMAkFogx9nuCqiuyCMfSYV9Ftfzg==
|
||||
resolved "https://npm.i12e.cha0s.io/@latus%2fcore/-/core-1.0.0.tgz#d549ba1169ac744101943403f2f97484b8860877"
|
||||
integrity sha512-yXwmiXCxzkNVIx0XbDJ9b3eNZe+IU/jnL9XDeNvK90EHY4V1JFaYmYOBG0NUfi4TODNHaZKlWnJbAiEFCk7dbw==
|
||||
dependencies:
|
||||
debug "4.3.1"
|
||||
js-yaml "3.14.0"
|
||||
|
@ -853,8 +853,8 @@
|
|||
|
||||
"@latus/db@^1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://npm.i12e.cha0s.io/@latus%2fdb/-/db-1.0.0.tgz#265817c7d5f909811100eaa9ee6f7d7231d82ce7"
|
||||
integrity sha512-GGxzCGgEARL8nkoI1MTfEn+Y7qXggvbbdKMZpffTVa5H4IkKooJ/cY0ywL3yAovn97zIyyxOTXvT0hgf0EUPbg==
|
||||
resolved "https://npm.i12e.cha0s.io/@latus%2fdb/-/db-1.0.0.tgz#3d1bcfd202396a33084a5b0283a8559b3302cb5f"
|
||||
integrity sha512-5PqhQtiFTciiCHgpb6kpPgOPx7kMrAcq7lP1U6s7eSWjuh5e7PQ2B+OsegF9mA8mCY/n+bGxKwsGBVo6VNZZFw==
|
||||
dependencies:
|
||||
"@latus/core" "^1.0.0"
|
||||
debug "4.3.1"
|
||||
|
@ -864,8 +864,8 @@
|
|||
|
||||
"@latus/http@^1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://npm.i12e.cha0s.io/@latus%2fhttp/-/http-1.0.0.tgz#07fbbfe41643f7fc4caf6682b00e47c047f3e380"
|
||||
integrity sha512-FdfzrGdrpu5gtcwDtQyPiZp36t8Nxv84dNl1ABoQpMjwQiW0YBqJ5pjScu8da2rVnaWP7g1dDzxpdmMbN/bXSA==
|
||||
resolved "https://npm.i12e.cha0s.io/@latus%2fhttp/-/http-1.0.0.tgz#268fcec665d8ce200dcf87d8a0d302033de92dcd"
|
||||
integrity sha512-+B0NkobqNLLOMrQ8l0xuoHuQfGk5VyUStiaOX/k8tUpfNU7+mAzSd8kzg+UUYoHZ8J7TLd2hCLUSOZCfzCAZtw==
|
||||
dependencies:
|
||||
"@latus/core" "1.0.0"
|
||||
"@neutrinojs/web" "^9.1.0"
|
||||
|
@ -879,8 +879,8 @@
|
|||
|
||||
"@latus/socket@^1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://npm.i12e.cha0s.io/@latus%2fsocket/-/socket-1.0.0.tgz#36583466f2b4be10d65b6532f2012245d4069c45"
|
||||
integrity sha512-E89AozAn7eW4A8v7pHbL1Ldk7fOR1vgklOlUhgxS4f58536bpFF+FKHeWG3eRNbKmXrS3FeQNvhcDF/5T0Egww==
|
||||
resolved "https://npm.i12e.cha0s.io/@latus%2fsocket/-/socket-1.0.0.tgz#541f39c2e04cd80780e204e171b48e51be4d2571"
|
||||
integrity sha512-bEL5jGgcrM3Y3fb/1ZXxx6rFD+uAw/fAmgLa5gx8VLKJvtdAs9Lpg2/+SrH0dCav2TNHAMWCXDadUCaPhQObFg==
|
||||
dependencies:
|
||||
"@latus/core" "^1.0.0"
|
||||
"@latus/http" "^1.0.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user