diff --git a/package.json b/package.json index e631dc0..4b8607a 100644 --- a/package.json +++ b/package.json @@ -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,.jsx,.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets", + "transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src", "prestart": "npm-link-shared ./node_modules/@exabyte-io/cove.js/node_modules . react", "postinstall": "npm run transpile", "test": "npx jest",