Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 6589976

Browse files
committed
feat: add proper prepublishOnly script
chore: remove dev/yarn.lock during clean, prevents publish chore: make dev package.json private chore: adjust payload peer dep version
1 parent 17dbc1e commit 6589976

File tree

5 files changed

+12
-7330
lines changed

5 files changed

+12
-7330
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dev/tmp
2+
dev/yarn.lock
23

34
# Created by https://www.gitignore.io/api/node,macos,windows,webstorm,sublimetext,visualstudiocode
45

dev/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"main": "dist/server.js",
55
"license": "MIT",
6+
"private": true,
67
"scripts": {
78
"dev:azure": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts PAYLOAD_PUBLIC_CLOUD_STORAGE_ADAPTER=azure nodemon",
89
"dev:s3": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts PAYLOAD_PUBLIC_CLOUD_STORAGE_ADAPTER=s3 nodemon",

0 commit comments

Comments
 (0)