Skip to content

Commit

Permalink
🐛 hotfix published tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo authored Aug 23, 2021
1 parent adf2a90 commit 10bb9dc
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 @@ -21,7 +21,7 @@
},
"scripts": {
"start": "webpack serve --mode development",
"transpile": "rm -rf dist && babel src -d dist --copy-files && rm -rf dist/**/__snapshots__ && find ./dist -name '*.js.snap' -o -name '*.test.js*' -type f -delete",
"transpile": "rm -rf dist && babel src -d dist --copy-files && rm -rf dist/**/__snapshots__ && find ./dist -name '*.test.js*' -type f -delete",
"prepublishOnly": "npm run transpile",
"build": "webpack --mode production",
"deploy": "gh-pages -d demo/dist",
Expand Down

0 comments on commit 10bb9dc

Please sign in to comment.