Skip to content

Commit 02af4ca

Browse files
committed
try this
1 parent e46c7e4 commit 02af4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ember-string/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint:js:fix": "eslint . --fix",
3535
"lint:types": "tsc --noEmit --emitDeclarationOnly false",
3636
"lint:package": "publint",
37-
"lint:published-types": "attw --pack",
37+
"lint:published-types": "pnpm pack; attw; rm *.tgz",
3838
"start": "concurrently 'npm:start:*'",
3939
"start:js": "rollup --config --watch --no-watch.clearScreen",
4040
"start:types": "tsc --declaration --watch",

0 commit comments

Comments
 (0)