Commit d82c4943 authored by Keegan Carruthers-Smith's avatar Keegan Carruthers-Smith
Browse files

amp-cli: update entrypoint

parent 2387b841
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ buildNpmPackage (finalAttrs: {
    # Create a wrapper script that will be installed by npm
    cat > bin/amp-wrapper.js << EOF
    #!/usr/bin/env node
    require('@sourcegraph/amp/dist/amp.js')
    import('@sourcegraph/amp/dist/main.js')
    EOF
    chmod +x bin/amp-wrapper.js
  '';