|
20 | 20 | "clean.demo": "rimraf demo/hooks demo/node_modules demo/platforms", |
21 | 21 | "clean": "rimraf plugin/ios plugin/android plugin/**/*.d.ts plugin/**/*.js plugin/**/*.js.map plugin/node_modules plugin/package-lock.json", |
22 | 22 | "plugin.watch": "pnpm run tsc -- -w", |
23 | | - "publish": "npm run setup && npm run build && lerna publish --create-release=github", |
| 23 | + "publish": "npm run setup && npm run build && lerna publish --create-release=github --force-publish", |
24 | 24 | "test.android": "pnpm run build && cd ./demo && tns build android && tns test android --justlaunch", |
25 | 25 | "test.ios": "pnpm run build && cd ./demo && tns build ios && tns test ios --justlaunch", |
26 | 26 | "test.android.verbose": "pnpm run build && cd ./demo && tns build android && tns test android", |
|
48 | 48 | "@commitlint/cli": "^9.1.2", |
49 | 49 | "@commitlint/config-conventional": "^9.1.2", |
50 | 50 | "@nano-sql/core": "^2.3.7", |
| 51 | + "@nativescript-community/typeorm": "0.2.28", |
51 | 52 | "@nativescript/core": "7.0.0", |
52 | 53 | "@nativescript/types-android": "7.0.2", |
53 | 54 | "@nativescript/types-ios": "7.0.1", |
54 | 55 | "@nativescript/webpack": "~3.0.1", |
55 | | - "@nativescript-community/typeorm": "0.2.28", |
56 | 56 | "@typescript-eslint/eslint-plugin": "4.0.1", |
57 | 57 | "@typescript-eslint/parser": "4.0.1", |
58 | 58 | "eslint": "7.8.1", |
| 59 | + "eslint-config-prettier": "^8.1.0", |
| 60 | + "eslint-plugin-prettier": "^3.3.1", |
59 | 61 | "husky": "^4.2.5", |
60 | 62 | "lerna": "^3.22.1", |
| 63 | + "prettier": "^2.2.1", |
61 | 64 | "prompt": "^1.0.0", |
62 | 65 | "rimraf": "^3.0.2", |
63 | 66 | "semver": "^7.3.2", |
|
0 commit comments