We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46c7e4 commit 02af4caCopy full SHA for 02af4ca
ember-string/package.json
@@ -34,7 +34,7 @@
34
"lint:js:fix": "eslint . --fix",
35
"lint:types": "tsc --noEmit --emitDeclarationOnly false",
36
"lint:package": "publint",
37
- "lint:published-types": "attw --pack",
+ "lint:published-types": "pnpm pack; attw; rm *.tgz",
38
"start": "concurrently 'npm:start:*'",
39
"start:js": "rollup --config --watch --no-watch.clearScreen",
40
"start:types": "tsc --declaration --watch",
0 commit comments