File tree Expand file tree Collapse file tree
packages/templatizer/src/generated Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 "scripts" : {
2323 "copy" : " copyfiles -f ../../LICENSE README.md package.json dist" ,
2424 "clean" : " rimraf dist/**" ,
25- "prepare" : " npm run build" ,
26- "build" : " npm run clean; tsc -p tsconfig.json; tsc -p tsconfig.esm.json; npm run copy" ,
27- "build:dev" : " npm run clean; tsc -p tsconfig.json --declarationMap; tsc -p tsconfig.esm.json; npm run copy" ,
25+ "prepare" : " pnpm run build" ,
26+ "build" : " pnpm run clean; tsc -p tsconfig.json; tsc -p tsconfig.esm.json; pnpm run copy" ,
27+ "build:dev" : " pnpm run clean; tsc -p tsconfig.json --declarationMap; tsc -p tsconfig.esm.json; pnpm run copy" ,
2828 "lint" : " eslint . --fix" ,
2929 "test" : " jest" ,
3030 "test:watch" : " jest --watch"
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ export default [
5757 "scripts": {
5858 "copy": "copyfiles -f ../../LICENSE README.md package.json dist",
5959 "clean": "rimraf dist/**",
60- "prepare": "npm run build",
61- "build": "npm run clean; tsc -p tsconfig.json; tsc -p tsconfig.esm.json; npm run copy",
62- "build:dev": "npm run clean; tsc -p tsconfig.json --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
60+ "prepare": "pnpm run build",
61+ "build": "pnpm run clean; tsc -p tsconfig.json; tsc -p tsconfig.esm.json; pnpm run copy",
62+ "build:dev": "pnpm run clean; tsc -p tsconfig.json --declarationMap; tsc -p tsconfig.esm.json; pnpm run copy",
6363 "lint": "eslint . --fix",
6464 "test": "jest",
6565 "test:watch": "jest --watch"
You can’t perform that action at this time.
0 commit comments