Skip to content

Commit ae66ba9

Browse files
committed
updates
1 parent 6a58601 commit ae66ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/create-gen-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"scripts": {
2323
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
2424
"clean": "rimraf dist/**",
25-
"prepare": "npm run build",
25+
"prepublishOnly": "npm run build",
2626
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
2727
"dev": "ts-node dev/index",
2828
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
32-
"inquirerer": "^2.1.0"
32+
"inquirerer": "workspace:*"
3333
},
3434
"keywords": []
3535
}

packages/inquirerer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"scripts": {
2323
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
2424
"clean": "rimraf dist/**",
25-
"prepare": "npm run build",
25+
"prepublishOnly": "npm run build",
2626
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
2727
"dev": "ts-node dev/index",
2828
"test": "jest",

0 commit comments

Comments
 (0)