Skip to content

Commit

Permalink
Updated commands for ecschema-metadata, added changelog, removed pack…
Browse files Browse the repository at this point in the history
…age lock file
  • Loading branch information
rschili committed Aug 9, 2018
1 parent 7ce435e commit 57c4ab8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "First revision of ecschema-metadata (formerly called ecjs)",
"packageName": "@bentley/ecschema-metadata",
"type": "none"
}
],
"packageName": "@bentley/ecschema-metadata",
"email": "[email protected]"
}
2 changes: 1 addition & 1 deletion core/ecschema-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:watch": "betools test-tsnode --testDir=./test/ --watch",
"docs": "betools docs --onlyJson --json=./lib/docs/json/ec-js/file.json",
"docs:dev": "npm run docs && bmsWatch --source ./lib/docs --destination public --typeDocSource C:/dev/imodeljs/ecobjects-js/source",
"cover": "nyc node ./node_modules/@bentley/bentleyjs-tools/scripts/test-tsnode.js --testDir=./test/ --tscPaths",
"cover": "nyc mocha --timeout 30000 --require ts-node/register --require source-map-support/register ./test/**/*.test.ts",
"start": "npm run build && npm run test & npm run cover & npm run docs"
},
"keywords": [
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"publish:clients": "cd core/clients && npm publish",
"publish:frontend": "cd core/frontend && npm publish",
"publish:i18n": "cd core/i18n && npm publish",
"publish:ecschema-metadata": "cd core/ecschema-metadata && npm publish",
"publish:dev-cors-proxy-server": "cd tools/dev-cors-proxy-server && npm publish",
"publish:ui-components": "cd ui/components && npm publish",
"publish:ui-core": "cd ui/core && npm publish",
Expand All @@ -44,6 +45,7 @@
"test:frontend": "cd test-apps/testbed && node bin/testbed.js --fgrep #integration --invert",
"test:frontend:integration": "cd test-apps/testbed && node bin/testbed.js --fgrep #integration",
"test:frontend:performance": "cd test-apps/testbed && npm run build:perf && node bin/testbed.js --usePerfWriterServer",
"test:ecschema-metadata": "cd core/ecschema-metadata && npm run test",
"test:example-code-snippets": "cd example-code/snippets && npm run test",
"test:example-code-app": "cd example-code/app && npm run test",
"test:perf": "cd core/backend && npm run perftest",
Expand All @@ -60,6 +62,7 @@
"cover:backend:integration": "cd core/backend && npm run cover:integration",
"cover:clients": "cd core/clients && npm run cover",
"cover:testbed": "cd test-apps/testbed && node bin/testbed.js --coveragePattern ../core/frontend/lib/**/*.js",
"cover:ecschema-metadata": "cd core/ecschema-metadata && npm run cover",
"module:backend": "cd core/backend && node ../../node_modules/@bentley/bentleyjs-tools/scripts/mastermodule --includes=../common --recursively=true",
"module:frontend": "cd core/frontend && node ../../node_modules/@bentley/bentleyjs-tools/scripts/mastermodule --includes=../common --recursively=true"
},
Expand Down

0 comments on commit 57c4ab8

Please sign in to comment.