Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchik committed Jul 25, 2023
1 parent 1169536 commit 1cc67f3
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 @@ -5,7 +5,7 @@
"scripts": {
"prepublishOnly": "rm -rf dist; npm run transpile",
"start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start",
"transpile": "babel --extensions '.js,.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets",
"transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets",
"postinstall": "npm run transpile",
"test": "npx jest",
"lint": "eslint src tests",
Expand Down

0 comments on commit 1cc67f3

Please sign in to comment.