mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
parent
f8c8d93508
commit
27bd68efde
24
nx.json
Normal file
24
nx.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"tasksRunnerOptions": {
|
||||
"default": {
|
||||
"runner": "nx/tasks-runners/default",
|
||||
"options": {
|
||||
"cacheableOperations": [
|
||||
"bootstrap",
|
||||
"test",
|
||||
"build",
|
||||
"build:source",
|
||||
"build:types",
|
||||
"artifacts",
|
||||
"prebuild",
|
||||
"build:app",
|
||||
"build:main.min.js",
|
||||
"build:sr",
|
||||
"build:sr:source",
|
||||
"build:sr:types"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"targetDefaults": {}
|
||||
}
|
9269
package-lock.json
generated
9269
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -15,14 +15,14 @@
|
||||
"npm": ">=8.19.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "lerna run build --parallel",
|
||||
"build": "lerna run build",
|
||||
"lint": "lerna run lint --stream --no-bail",
|
||||
"lint:markdown": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"",
|
||||
"lint:fix": "lerna run lint:fix --stream --no-bail",
|
||||
"bootstrap": " npx -y check-engine && npm install && lerna bootstrap && lerna run --stream bootstrap",
|
||||
"version": "lerna version",
|
||||
"clean": "lerna run clean --parallel --stream && lerna clean --yes && rimraf node_modules **/*.tsbuildinfo",
|
||||
"test": "lerna run --stream --parallel test",
|
||||
"clean": "lerna run clean --stream && lerna clean --yes && rimraf node_modules **/*.tsbuildinfo",
|
||||
"test": "lerna run --stream test",
|
||||
"inso-start": "npm start --prefix packages/insomnia-inso",
|
||||
"inso-package": "npm run build:sr --prefix packages/insomnia && npm run package --prefix packages/insomnia-inso",
|
||||
"inso-package:artifacts": "npm run artifacts --prefix packages/insomnia-inso",
|
||||
@ -63,7 +63,7 @@
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"jest": "^28.1.0",
|
||||
"lerna": "^4.0.0",
|
||||
"lerna": "^6.6.2",
|
||||
"markdownlint-cli2": "^0.2.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"svg-text-to-path": "^1.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user