Skip to content

Commit

Permalink
Merge pull request #50 from Automattic/clean-tsbuildinfo
Browse files Browse the repository at this point in the history
Purge tsconfig.tsbuildinfo in yarn clean
  • Loading branch information
mirka committed Sep 8, 2021
2 parents ab97566 + 522fc1a commit 37d57c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build:browser": "BUILD_ENV=es6 NODE_ENV=production webpack --mode production --progress --config ./webpack.config.browser.js && rm build-browser/core.js",
"build:types": "tsc --build",
"build": "yarn build:es6 && yarn build:cjs && yarn build:browser && yarn build:types",
"clean": "rm -rf build build-module build-browser build-types dist",
"clean": "rm -rf build build-module build-browser build-types dist tsconfig.tsbuildinfo",
"dist": "yarn build && rm -rf dist && mkdir dist && zip build-browser.zip -r build-browser && mv build-browser.zip dist/isolated-block-editor.zip && release-it",
"storybook": "start-storybook -p 6006"
},
Expand Down

0 comments on commit 37d57c7

Please sign in to comment.