Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 6de0b59

Browse files
author
true
committed
fix: publishing, do not use custom script
1 parent 550efea commit 6de0b59

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ dist/**
55

66
# Temporary build folder.
77
nodejs/**
8+
9+
# Additional files that might existing for testing and dev purposes.
10+
.next/**
11+
next.out/**
12+
cdk/**
13+
cdk.out/**

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"build:main": "rollup -c",
2424
"build:next": "./scripts/build-next-layer.sh",
2525
"build:sharp": "./scripts/build-sharp-layer.sh",
26-
"publish": "npm publish",
2726
"release": "node ./dist/cli.js shipit --gitUser @sladg --gitEmail [email protected]"
2827
},
2928
"dependencies": {

0 commit comments

Comments
 (0)