|
21 | 21 | "@sentry/node": "7.1.1", |
22 | 22 | "@sentry/react": "7.1.1", |
23 | 23 | "@sentry/tracing": "7.1.1", |
| 24 | + "@sentry/types": "7.1.1", |
24 | 25 | "@sentry/utils": "7.1.1", |
25 | 26 | "@sentry/webpack-plugin": "1.18.9", |
26 | 27 | "tslib": "^1.9.3" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "@sentry/types": "7.1.1", |
30 | 30 | "@types/webpack": "^4.41.31", |
31 | 31 | "@remix-run/node": "^1.4.3", |
32 | 32 | "@remix-run/react": "^1.4.3" |
|
43 | 43 | } |
44 | 44 | }, |
45 | 45 | "scripts": { |
46 | | - "build": "run-p build:rollup", |
| 46 | + "build": "run-p build:rollup build:types", |
47 | 47 | "build:dev": "run-s build", |
48 | | - "build:esm": "tsc -p tsconfig.esm.json", |
49 | 48 | "build:rollup": "rollup -c rollup.npm.config.js", |
50 | 49 | "build:types": "tsc -p tsconfig.types.json", |
51 | | - "build:watch": "run-p build:esm:watch", |
| 50 | + "build:watch": "run-p build:rollup:watch build:types:watch", |
52 | 51 | "build:dev:watch": "run-s build:watch", |
53 | | - "build:esm:watch": "tsc -p tsconfig.esm.json --watch", |
54 | 52 | "build:rollup:watch": "rollup -c rollup.npm.config.js --watch", |
55 | 53 | "build:types:watch": "tsc -p tsconfig.types.json --watch", |
56 | 54 | "build:npm": "ts-node ../../scripts/prepack.ts && npm pack ./build", |
57 | | - "clean": "rimraf build coverage", |
| 55 | + "circularDepCheck": "madge --circular src/index.ts", |
| 56 | + "clean": "rimraf build coverage sentry-remix-*.tgz", |
58 | 57 | "fix": "run-s fix:eslint fix:prettier", |
59 | 58 | "fix:eslint": "eslint . --format stylish --fix", |
60 | 59 | "fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"", |
61 | | - "link:yarn": "yarn link", |
62 | 60 | "lint": "run-s lint:prettier lint:eslint", |
63 | 61 | "lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish", |
64 | 62 | "lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"", |
65 | 63 | "test": "run-s test:unit", |
66 | | - "test:unit": "jest --passWithNoTests", |
| 64 | + "test:unit": "jest", |
67 | 65 | "test:watch": "jest --watch" |
68 | 66 | }, |
69 | 67 | "volta": { |
|
0 commit comments