Skip to content

Commit

Permalink
Merge pull request #730 from reg-viz/fix/build_script
Browse files Browse the repository at this point in the history
fix: Pass glob option to rimraf
  • Loading branch information
Quramy authored Apr 20, 2023
2 parents 3471b5d + be5c13c commit d025ff4
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 d025ff4

Please sign in to comment.