Skip to content

Commit b699e99

Browse files
chore(package): remove scripts from dist.
1 parent fbed095 commit b699e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"scripts": {
2323
"prepublishOnly": "npm install rimraf && npm run pkg && npm run clean",
2424
"pkg": "npm pkg delete module es2020 esm2020 fesm2020 fesm2015 typings exports dependencies",
25-
"clean": "./node_modules/rimraf/dist/esm/bin.mjs ./esm2020 ./fesm2015 ./fesm2020 ./index.d.ts ./public-api.d.ts ./node_modules",
25+
"clean": "./node_modules/rimraf/dist/esm/bin.mjs ./esm2020 ./fesm2015 ./fesm2020 ./index.d.ts ./public-api.d.ts ./node_modules && npm pkg delete scripts",
2626
"sass": "./node_modules/sass/sass.js"
2727
},
2828
"repository": {

0 commit comments

Comments
 (0)