Skip to content

Commit

Permalink
remove transpile step (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy authored Nov 21, 2024
1 parent 30dc358 commit 8d7b197
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 26 deletions.
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions packages/gasket-plugin-command/.swcrc

This file was deleted.

15 changes: 3 additions & 12 deletions packages/gasket-plugin-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"type": "module",
"types": "lib/index.d.ts",
"files": [
"lib",
"cjs"
"lib"
],
"exports": {
".": {
"import": "./lib/index.js",
"require": "./cjs/index.js"
"import": "./lib/index.js"
},
"./package.json": "./package.json"
},
Expand All @@ -22,8 +20,6 @@
"test:watch": "npm run test -- --watch",
"test:coverage": "npm run test -- --coverage",
"posttest": "npm run lint",
"build": "swc lib -d cjs --delete-dir-on-start --strip-leading-paths",
"postbuild": "node -e \"require('fs').writeFileSync('cjs/package.json', '{}')\"",
"prepublishOnly": "npm run build"
},
"repository": {
Expand All @@ -50,8 +46,6 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"cross-env": "^7.0.3",
Expand All @@ -75,9 +69,6 @@
],
"rules": {
"unicorn/filename-case": "error"
},
"ignorePatterns": [
"cjs"
]
}
}
}

0 comments on commit 8d7b197

Please sign in to comment.