diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..b06fc42 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,17 @@ + + + + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:$PROJECT_DIR$/src/tests/repo/sqlite.test.db + $ProjectFileDir$ + + + file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.34.0/sqlite-jdbc-3.34.0.jar + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index e105898..efffb30 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,19 @@ Позволяет задать модели для таблиц или коллекций и предоставляет менеджер сущностей для манипуляций с ними. +## Тестирование + +```shell +npm test +``` + +## Процедура обновления версии + +Пример процедуры: + +```shell + +git add . +git commit -m'fix: исправлен баг' + +``` \ No newline at end of file diff --git a/package.json b/package.json index 4fde356..a87dcfd 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,7 @@ "test": "node --no-warnings node_modules/.bin/jest --runInBand --forceExit", "build": "rimraf dist && tsc -b -v", "build:api": "npm run build && api-extractor run && rimraf 'dist/**/*.d.ts*'", - "release": "standard-version -i HISTORY.md", - "prepare": "npm test && npm run build:api" + "release": "standard-version -i HISTORY.md" }, "repository": { "type": "git",