diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53ef2b1e..393b24be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,7 @@ jobs: ${{ runner.os }}- - uses: pnpm/action-setup@v2.0.1 with: + version: latest run_install: true - name: Install packages run: pnpm install --frozen-lockfile diff --git a/packages/source-ref-open-vscode/package.json b/packages/source-ref-open-vscode/package.json index 9a66c46a..d036df5c 100644 --- a/packages/source-ref-open-vscode/package.json +++ b/packages/source-ref-open-vscode/package.json @@ -5,8 +5,6 @@ "main": "index.js", "types": "index.d.ts", "scripts": { - "build": "tsc", - "prepare": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], diff --git a/packages/source-ref-open-vscode/tsconfig.json b/packages/source-ref-open-vscode/tsconfig.json deleted file mode 100644 index 8999cdc0..00000000 --- a/packages/source-ref-open-vscode/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "compilerOptions": { - "outDir": "dist", - "module": "commonjs", - - "target": "ES2018", - "lib": ["ES2018"], - - "declaration": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "esModuleInterop": true, - "skipLibCheck": true - }, - "include": ["src"] -} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b683dc17..3e988209 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -156,7 +156,7 @@ importers: '@types/node': 15.14.9 ts-node: 10.7.0_ixcth6kbstn6no7hiktnzckliq - packages/source-ref-webpack-loader: + packages/source-ref-loader: specifiers: '@babel/generator': ^7.17.7 '@babel/parser': ^7.17.7 @@ -185,6 +185,9 @@ importers: webpack: 5.72.1 webpack-test-utils: 1.1.0_webpack@5.72.1 + packages/source-ref-open-vscode: + specifiers: {} + shared: specifiers: '@reduxjs/toolkit': ^1.7.1 @@ -17055,7 +17058,7 @@ packages: serialize-javascript: 6.0.0 source-map: 0.6.1 terser: 5.13.1 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.72.1 dev: true /terser/4.8.0: