Removed test for prepublishonly

main
Jackson Morgan 4 months ago
parent 840910c56e
commit 3ea1c58642
  1. 6
      packages/cli/package.json
  2. 7
      packages/connected-nextgraph/package.json
  3. 7
      packages/connected-solid/package.json
  4. 7
      packages/connected/package.json
  5. 6
      packages/dataset/package.json
  6. 6
      packages/jsonld-dataset-proxy/package.json
  7. 6
      packages/ldo/package.json
  8. 6
      packages/rdf-utils/package.json
  9. 6
      packages/react/package.json
  10. 6
      packages/schema-converter-shex/package.json
  11. 6
      packages/solid-react/package.json
  12. 6
      packages/solid-type-index/package.json
  13. 6
      packages/subscribable-dataset/package.json
  14. 21
      packages/svelte/LICENSE.txt
  15. 6
      packages/svelte/example/src/main.ts
  16. 6
      packages/svelte/package.json
  17. 3
      packages/test-solid-server/package.json
  18. 1
      packages/test-solid-server/src/createServer.ts
  19. 6
      packages/traverser-shexj/package.json
  20. 6
      packages/type-traverser/package.json

@ -13,7 +13,7 @@
"copy-files": "copyfiles -u 1 \"./src/**/*.ejs\" dist/",
"update-permission": "chmod +x ./dist/index.js",
"test": "jest --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern",
"test:init": "rm -rf ./example-init && cp -R ./example-init-placeholder ./example-init && cd ./example-init && ../dist/index.js init",
"test:create": "rm -rf ./example-create && ./dist/index.js create ./example-create"
@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0287cd6371f06630763568dec5e41653f7b8583e"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -19,7 +19,7 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "npm run test:integration",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern",
"docs": "typedoc --plugin typedoc-plugin-markdown",
"start-test-server": "./test/ngd -vv --save-key -l 14400 --base ./test/nextgraph-data",
@ -69,5 +69,6 @@
],
"publishConfig": {
"access": "public"
}
}
},
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -19,7 +19,7 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "vitest run --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"build:ldo": "ldo build --input src/.shapes --output src/.ldo",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern",
"docs": "typedoc --plugin typedoc-plugin-markdown"
@ -63,5 +63,6 @@
],
"publishConfig": {
"access": "public"
}
}
},
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -19,7 +19,7 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "vitest run --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern",
"docs": "typedoc --plugin typedoc-plugin-markdown",
"build:ldo": "ldo build --input test/.shapes --output test/.ldo"
@ -60,5 +60,6 @@
],
"publishConfig": {
"access": "public"
}
}
},
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -21,7 +21,7 @@
"test": "jest --coverage",
"example:extendedDataset": "ts-node ./example/extendedDatasetExample.ts",
"example:loadData": "ts-node ./example/loadDataExample.ts",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
},
"repository": {
@ -56,5 +56,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -19,7 +19,7 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "jest --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"start": "ts-node ./example/example.ts",
"start:lang": "ts-node ./example/languageExample.ts",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
@ -58,5 +58,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -20,7 +20,7 @@
"build:esm": "tsc --project tsconfig.esm.json",
"test": "jest --coverage",
"example": "ts-node ./example/example.ts",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern",
"docs": "typedoc --plugin typedoc-plugin-markdown"
},
@ -63,5 +63,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c63f055aab22155b60a5fdee4172979b9c287dfa"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -19,7 +19,7 @@
"watch": "tsc --watch",
"test": "jest --coverage",
"test:watch": "jest --watch",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
},
"repository": {
@ -48,5 +48,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -19,7 +19,7 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "vitest run --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"build:ldo": "ldo build --input src/shapes --output src/ldo",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
},
@ -55,5 +55,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0287cd6371f06630763568dec5e41653f7b8583e"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -19,7 +19,7 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "jest --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
},
"repository": {
@ -51,5 +51,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -19,7 +19,7 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "vitest run --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"build:ldo": "ldo build --input src/shapes --output src/ldo",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
},
@ -57,5 +57,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0287cd6371f06630763568dec5e41653f7b8583e"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -19,7 +19,7 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "vitest run --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"build:ldo": "ldo build --input src/.shapes --output src/.ldo",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
},
@ -53,5 +53,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0287cd6371f06630763568dec5e41653f7b8583e"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -20,7 +20,7 @@
"build:esm": "tsc --project tsconfig.esm.json",
"test": "jest --coverage",
"example:subscribableDataset": "ts-node ./example/subscribableDatasetExample.ts",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
},
"repository": {
@ -54,5 +54,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2023 Jackson Morgan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

@ -1,9 +1,9 @@
import App from "./App.svelte";
// You might have some global CSS for the example app itself
// import './app.css';
// import './app.css';
const app = new App({
target: document.getElementById('app')!,
target: document.getElementById("app")!,
});
export default app;
export default app;

@ -17,7 +17,7 @@
"test:watch": "jest --watch",
"lint": "eslint . --ext .js,.ts,.svelte --fix --no-error-on-unmatched-pattern",
"format": "prettier --write .",
"prepublishOnly": "npm run test && npm run lint && npm run build"
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
@ -70,5 +70,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0287cd6371f06630763568dec5e41653f7b8583e"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -32,5 +32,6 @@
],
"publishConfig": {
"access": "public"
}
},
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -25,6 +25,7 @@ export async function createApp(
variableBindings: {},
shorthand: {
port: port,
loggingLevel: "off",
seedConfig: path.join(__dirname, "configs", "solid-css-seed.json"),
rootFilePath: path.join(__dirname, `./data${port}`),
},

@ -19,7 +19,7 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "jest --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
},
"repository": {
@ -42,5 +42,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}

@ -20,7 +20,7 @@
"build:esm": "tsc --project tsconfig.esm.json",
"test": "jest --coverage",
"start": "ts-node ./example/example",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
},
"repository": {
@ -48,5 +48,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c"
}
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}
Loading…
Cancel
Save