Skip to content

Commit

Permalink
fix: Pass glob option to rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Apr 20, 2023
1 parent 3471b5d commit be5c13c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions packages/storycap/.npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion packages/storycap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"storycap": "lib/node/cli.js"
},
"scripts": {
"clean": "rimraf lib lib-esm \"*.tsbuildinfo\"",
"clean": "rimraf -g lib lib-esm \"*.tsbuildinfo\"",
"build": "yarn build:cjs && yarn build:esm",
"build:cjs": "tsc --p tsconfig.build.cjs.json",
"build:esm": "tsc --p tsconfig.build.esm.json",
Expand Down
4 changes: 0 additions & 4 deletions packages/storycrawler/.npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion packages/storycrawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"clean": "rimraf lib \"*.tsbuildinfo\"",
"clean": "rimraf -g lib \"*.tsbuildinfo\"",
"build": "tsc -p tsconfig.build.json",
"jest": "jest",
"test": "npm run jest",
Expand Down

0 comments on commit be5c13c

Please sign in to comment.